From: caremoli Date: Mon, 16 Feb 2009 08:11:03 +0000 (+0000) Subject: CCAR: update doxygen comments X-Git-Tag: V5_1_1a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec536781dfa10a9a71f5f874847af823b96994c5;p=modules%2Fkernel.git CCAR: update doxygen comments --- diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index 3c7fdf021..c1bf5dc17 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -177,8 +177,8 @@ void SALOME_ContainerManager::ShutdownContainers() } //============================================================================= + //! Find a suitable Container in a list of machines, or start one /*! CORBA Method: - * Find a suitable Container in a list of machines, or start one * \param params Machine Parameters required for the container * \param possibleComputers list of machines usable for find or start */ @@ -199,10 +199,13 @@ FindOrStartContainer(const Engines::MachineParameters& params, } //============================================================================= -/*! CORBA Method: - * Start a suitable Container in a list of machines +//! Start a suitable Container in a list of machines with constraints and a policy +/*! C++ Method: + * Constraints are given by a machine parameters struct * \param params Machine Parameters required for the container * \param possibleComputers list of machines usable for start + * \param policy policy to use (first,cycl or best) + * \param container_exe specific container executable (default=SALOME_Container) */ //============================================================================= @@ -274,8 +277,6 @@ StartContainer(const Engines::MachineParameters& params, else command = BuildCommandToLaunchRemoteContainer(theMachine,params,id,container_exe); - // RmTmpFile(); Too early! May be this function has not been used for a long time... - //check if an entry exists in Naming service if(params.isMPI) { @@ -358,10 +359,11 @@ StartContainer(const Engines::MachineParameters& params, } //============================================================================= +//! Start a suitable Container for a list of components with constraints and a policy /*! CORBA Method: - * Start a suitable Container in a list of machines * \param params Machine Parameters required for the container - * \param possibleComputers list of machines usable for start + * \param policy policy to use (first,cycl or best) + * \param componentList list of component to be loaded on this container */ //============================================================================= @@ -567,10 +569,11 @@ FindOrStartParallelContainer(const Engines::MachineParameters& params, #endif //============================================================================= +//! Give a suitable Container for a list of components with constraints and a policy /*! CORBA Method: - * Give a suitable Container in a list of machines * \param params Machine Parameters required for the container - * \param possibleComputers list of machines usable for start + * \param policy policy to use (first,cycl or best) + * \param componentList list of component to be loaded on this container */ //=============================================================================