We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d719497 + 10aac80 commit bd5bf4aCopy full SHA for bd5bf4a
ompi/mca/topo/base/topo_base_lazy_init.c
@@ -43,7 +43,7 @@ int mca_topo_base_lazy_init(void)
43
* Register and open all available components, giving them a chance to access the MCA parameters.
44
*/
45
46
- err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_REGISTER_DEFAULT);
+ err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_OPEN_DEFAULT);
47
if (OMPI_SUCCESS != err) {
48
return err;
49
}
0 commit comments