Salome HOME
Integrate developments from N. Toukourou at INRIA (OAR and CooRM support)
[modules/jobmanager.git] / src / engine / BL_Job.hxx
index cb3af3a7c1adfccc6d308c53cfb4f8b7d66f2f36..576ee8c6efdaf5e6cf1e8446874e9ed89cda2378 100644 (file)
@@ -62,6 +62,10 @@ namespace BL{
         std::string maximum_duration;
         std::string expected_memory;
         int nb_proc;
+
+               // Parameters for COORM
+               std::string launcher_file;
+               std::string launcher_args;
       };
       void setBatchParameters(BL::Job::BatchParam & param);
       BL::Job::BatchParam & getBatchParameters();