X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCore%2FConstants.cxx;h=1b27c7d8d640581bbce78e4efe16d57e062320ac;hb=22b8c6a9a8030bc96d3b61d222b231ba77be8bc5;hp=7f734281e7e1eb6987ebd84fca34dd894b658a88;hpb=19ceed0f6120390029bc645ad7768316b8d14de1;p=tools%2Flibbatch.git diff --git a/src/Core/Constants.cxx b/src/Core/Constants.cxx index 7f73428..1b27c7d 100644 --- a/src/Core/Constants.cxx +++ b/src/Core/Constants.cxx @@ -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);