Salome HOME
Increment version to 7.2.0
[modules/jobmanager.git] / src / engine / BL_Job.hxx
index d4e3da0256647931177ab105fa60f0c6c64b87d6..576ee8c6efdaf5e6cf1e8446874e9ed89cda2378 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();