]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/Core/Constants.cxx
Salome HOME
Integrate developments from N. Toukourou at INRIA (OAR and CooRM support)
[tools/libbatch.git] / src / Core / Constants.cxx
index 7f734281e7e1eb6987ebd84fca34dd894b658a88..cc9136362c7b27b5886c99f7e4371922bfb5967c 100644 (file)
@@ -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);
@@ -49,6 +50,10 @@ namespace Batch {
   def_Constant(WORKDIR);
   def_Constant(EXCLUSIVE);
 
+  // Parameters for COORM
+  def_Constant(LAUNCHER_FILE);
+  def_Constant(LAUNCHER_ARGS);
+
   // These constants define the status of a job (parameter STATE);
   def_Constant(CREATED);
   def_Constant(IN_PROCESS);