From acd0f44b58f38381f87c6cc58d3e77006cf891a4 Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Thu, 18 Dec 2014 17:27:20 +0100 Subject: [PATCH] Minor doc updates. --- idl/SALOME_Launcher.idl | 3 +-- idl/SALOME_ResourcesManager.idl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2