Salome HOME
Add possibility to specify extra parameters (Slurm and CCC)
[tools/libbatch.git] / src / Core / Constants.cxx
index 7f734281e7e1eb6987ebd84fca34dd894b658a88..1b27c7d8d640581bbce78e4efe16d57e062320ac 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);
@@ -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);