1
1

Move the rml close down right before the oob close. It doesn't really

matter, since we're not selecting/using any rml or oob components, but
it makes it closer to the ordering in ORTE.

This commit was SVN r5121.
Этот коммит содержится в:
Jeff Squyres 2005-03-31 23:26:02 +00:00
родитель ba5dcfcb4a
Коммит d2eac6dab1

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

@ -213,7 +213,6 @@ void ompi_info::close_components()
orte_iof_base_close();
orte_soh_base_close();
orte_pls_base_close();
orte_rml_base_close();
orte_rmgr_base_close();
orte_rmaps_base_close();
orte_rds_base_close();
@ -221,6 +220,7 @@ void ompi_info::close_components()
orte_ns_base_close();
orte_gpr_base_close();
orte_errmgr_base_close();
orte_rml_base_close();
mca_oob_base_close();
component_map.clear();