Due to the recent changes to reduce memory footprint, we need to set
an override here in ompi_info to force the loading of all components. This is ok because we *only* call opal_init_util() (not orte_init() or ompi_mpi_init()). This commit was SVN r15386.
Этот коммит содержится в:
родитель
4439734a8a
Коммит
cdb56d65e2
@ -222,6 +222,9 @@ void ompi_info::open_components()
|
||||
component_map["installdirs"] = &opal_installdirs_components;
|
||||
|
||||
// ORTE frameworks
|
||||
// Set orte_process_info.seed to true to force all frameworks to
|
||||
// open components
|
||||
orte_process_info.seed = true;
|
||||
|
||||
mca_oob_base_open();
|
||||
component_map["oob"] = &mca_oob_base_components;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user