Salome HOME
Minor doc updates. omu/SalomeLauncher
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 18 Dec 2014 16:27:20 +0000 (17:27 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 18 Dec 2014 16:27:20 +0000 (17:27 +0100)
idl/SALOME_Launcher.idl
idl/SALOME_ResourcesManager.idl

index a1427ba61bc5a331029d68d531f2a7177f55b5dd..ec3188069f44982db3fdb59ba005c5f88804f5d6 100644 (file)
@@ -195,8 +195,7 @@ interface SalomeLauncher
   /*! Launching the job consists of:
       - create the working directory on the remote file system
       - copy the input files into the working directory
-      - source the environment file if defined
-      - run the job
+      - submit the job to the batch manager
   */
   void   launchJob    (in long job_id)                           raises (SALOME::SALOME_Exception);
 
index 8ab9e82b48c85b54be4bf29873fb088c49403b88..6d11b1fd524b3afec12c22fc720c703181d0f812 100644 (file)
@@ -54,8 +54,8 @@ struct ResourceParameters
   boolean can_run_containers;
   //! if given required operating system 
   string OS;
-  //! if given list of components that could be loaded on a container
-  //! Optional if no resource are found with this constraint
+  //! if given, list of components that could be loaded on a container.
+  /*! Ignored if no resources are found with this constraint.*/
   CompoList componentList;
 
   // Permits to order resources