]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/Core/Constants.cxx
Salome HOME
Add possibility to specify extra parameters (Slurm and CCC)
[tools/libbatch.git] / src / Core / Constants.cxx
index c6df750b784693949874be01e06f0f715ae1ffa6..1b27c7d8d640581bbce78e4efe16d57e062320ac 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -33,6 +33,7 @@ namespace Batch {
 
   // Definition of the string constants (keys for the parameter map)
   def_Constant(ARGUMENTS);
+  def_Constant(ASSIGNEDHOSTNAMES);
   def_Constant(EXECUTABLE);
   def_Constant(ID);
   def_Constant(INFILE);
@@ -48,6 +49,13 @@ namespace Batch {
   def_Constant(STATE);
   def_Constant(WORKDIR);
   def_Constant(EXCLUSIVE);
+  def_Constant(MEMPERCPU);
+  def_Constant(WCKEY);
+  def_Constant(EXTRAPARAMS);
+
+  // Parameters for COORM
+  def_Constant(LAUNCHER_FILE);
+  def_Constant(LAUNCHER_ARGS);
 
   // These constants define the status of a job (parameter STATE);
   def_Constant(CREATED);