1
1

Similar with close, PTL open should not be called directly. The PML will do it anyway.

This commit was SVN r6363.
Этот коммит содержится в:
George Bosilca 2005-07-06 19:22:16 +00:00
родитель c72621c90e
Коммит ff3e243be5

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

@ -188,7 +188,9 @@ void ompi_info::open_components()
mca_pml_base_open();
component_map["pml"] = &mca_pml_base_components_available;
mca_ptl_base_open();
/* mca_ptl_base_open() should not be called directly. This call is performed
* in the PML base open.
*/
component_map["ptl"] = &mca_ptl_base_components_opened;
mca_topo_base_open();