From: Ovidiu Mircescu Date: Thu, 18 Dec 2014 16:27:20 +0000 (+0100) Subject: Minor doc updates. X-Git-Tag: V7_6_0a1~29^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fomu%2FSalomeLauncher;p=modules%2Fkernel.git Minor doc updates. --- diff --git a/idl/SALOME_Launcher.idl b/idl/SALOME_Launcher.idl index a1427ba61..ec3188069 100644 --- a/idl/SALOME_Launcher.idl +++ b/idl/SALOME_Launcher.idl @@ -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); diff --git a/idl/SALOME_ResourcesManager.idl b/idl/SALOME_ResourcesManager.idl index 8ab9e82b4..6d11b1fd5 100644 --- a/idl/SALOME_ResourcesManager.idl +++ b/idl/SALOME_ResourcesManager.idl @@ -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