1
1

Do not call the base PTL close directly. This is the PML job.

This commit was SVN r6359.
Этот коммит содержится в:
George Bosilca 2005-07-06 18:25:03 +00:00
родитель c860b92011
Коммит 2f83301c82

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

@ -210,7 +210,7 @@ void ompi_info::close_components()
// them generally "in order", but it doesn't really matter.
mca_topo_base_close();
mca_ptl_base_close();
// the PMl has to call the base PTL close function.
mca_pml_base_close();
mca_mpool_base_close();
mca_io_base_close();