1
1

Print the rcache components for the rcache framework, not the bml

components. 

This commit was SVN r9222.
Этот коммит содержится в:
Jeff Squyres 2006-03-08 22:50:10 +00:00
родитель 4fb373c7e8
Коммит f7b96edf2e

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

@ -231,7 +231,7 @@ void ompi_info::open_components()
component_map["io"] = &mca_io_base_components_opened;
mca_rcache_base_open();
component_map["rcache"] = &mca_bml_base_components_available;
component_map["rcache"] = &mca_rcache_base_components;
mca_mpool_base_open();
component_map["mpool"] = &mca_mpool_base_components;