X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_Launcher.idl;h=fb90010bc62cc621b0de6378d3bec0b87befaf76;hb=6d28eef5383c39a56291493bd979631155208116;hp=e57471b88110c5d7e24834a803eb708b48a3fd0d;hpb=9749fc1db72bd80e278405114b05ffc69b5031da;p=modules%2Fkernel.git diff --git a/idl/SALOME_Launcher.idl b/idl/SALOME_Launcher.idl index e57471b88..fb90010bc 100644 --- a/idl/SALOME_Launcher.idl +++ b/idl/SALOME_Launcher.idl @@ -77,6 +77,10 @@ struct JobParameters Specific parameters for each type of job - optional */ Engines::ParameterList specific_parameters; + + // Parameters for COORM + string launcher_file; + string launcher_args; }; struct JobDescription @@ -101,6 +105,7 @@ interface SalomeLauncher long createJob (in Engines::JobParameters job_parameters) raises (SALOME::SALOME_Exception); void launchJob (in long job_id) raises (SALOME::SALOME_Exception); string getJobState (in long job_id) raises (SALOME::SALOME_Exception); + string getAssignedHostnames (in long job_id) raises (SALOME::SALOME_Exception); // Get names or ids of hosts assigned to the job void getJobResults(in long job_id, in string directory) raises (SALOME::SALOME_Exception); boolean getJobDumpState(in long job_id, in string directory) raises (SALOME::SALOME_Exception); void stopJob (in long job_id) raises (SALOME::SALOME_Exception);