1
1
This commit was SVN r7038.
Этот коммит содержится в:
Jeff Squyres 2005-08-25 17:42:00 +00:00
родитель d75bde8b35
Коммит 2bd821d8dc

Просмотреть файл

@ -41,8 +41,7 @@ extern "C" {
* framework. It initializes the paffinity MCA framework, finds * framework. It initializes the paffinity MCA framework, finds
* and opens paffinity components, etc. * and opens paffinity components, etc.
* *
* This function is invoked during ompi_mpi_init() and during the * This function is invoked during opal_init().
* initialization of the special case of the laminfo command.
* *
* This function fills in the internal global variable * This function fills in the internal global variable
* opal_paffinity_base_components_opened, which is a list of all * opal_paffinity_base_components_opened, which is a list of all
@ -146,10 +145,10 @@ extern "C" {
* @retval OPAL_SUCCESS Always * @retval OPAL_SUCCESS Always
* *
* This function shuts down everything in the paffinity MCA * This function shuts down everything in the paffinity MCA
* framework, and is called during ompi_mpi_finalize() and the * framework, and is called during opal_finalize().
* special case of the laminfo command.
* *
* It must be the last function invoked on the paffinity MCA framework. * It must be the last function invoked on the paffinity MCA
* framework.
*/ */
OMPI_DECLSPEC int opal_paffinity_base_close(void); OMPI_DECLSPEC int opal_paffinity_base_close(void);