1
1

Merge pull request #781 from hppritcha/topic/suppress_picky_warning

mca/topo: suppress picky warning
Этот коммит содержится в:
Jeff Squyres 2015-08-08 06:14:52 -04:00
родитель d719497f82 10aac8037f
Коммит bd5bf4a224

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

@ -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;
}