diff --git a/ompi/mca/topo/base/topo_base_lazy_init.c b/ompi/mca/topo/base/topo_base_lazy_init.c index 72110d5bb0..c66462a851 100644 --- a/ompi/mca/topo/base/topo_base_lazy_init.c +++ b/ompi/mca/topo/base/topo_base_lazy_init.c @@ -43,7 +43,7 @@ int mca_topo_base_lazy_init(void) * Register and open all available components, giving them a chance to access the MCA parameters. */ - 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); if (OMPI_SUCCESS != err) { return err; }