From 2f83301c829a630f21133b90526319c054a031fe Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 6 Jul 2005 18:25:03 +0000 Subject: [PATCH] Do not call the base PTL close directly. This is the PML job. This commit was SVN r6359. --- ompi/tools/ompi_info/components.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/tools/ompi_info/components.cc b/ompi/tools/ompi_info/components.cc index c20023377b..233c3b87d1 100644 --- a/ompi/tools/ompi_info/components.cc +++ b/ompi/tools/ompi_info/components.cc @@ -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();