1
1
This commit was SVN r29399.
Этот коммит содержится в:
Ralph Castain 2013-10-08 15:02:47 +00:00
родитель 8b1c0432f9
Коммит 9389592e05

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

@ -510,11 +510,13 @@ static int rte_init(void)
error = "orte_rmaps_base_find_available";
goto error;
}
#if OPAL_HAVE_HWLOC
/* if a topology file was given, then the rmaps framework open
* will have reset our topology. Ensure we always get the right
* one by setting our node topology afterwards
*/
node->topology = opal_hwloc_topology;
#endif
/* Open/select the odls */
if (ORTE_SUCCESS != (ret = mca_base_framework_open(&orte_odls_base_framework, 0))) {