1
1

Ensure we get our local topology

Restore missing call to get_topology - others were doing it in their
components as repeated calls just return success, but let's ensure it is
always present.

Signed-off-by: Ralph Castain <rhc@pmix.org>
Этот коммит содержится в:
Ralph Castain 2020-03-20 09:28:20 -07:00
родитель b3f0bc5490
Коммит 98893a530b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B63B630167D26BB5

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

@ -747,6 +747,12 @@ int ompi_rte_init(int *pargc, char ***pargv)
val = NULL;
}
/* get our topology */
if (OPAL_SUCCESS != (rc = opal_hwloc_base_get_topology())) {
error = "hwloc_base_get_topology: failed";
goto error;
}
/* identify our location */
val = NULL;
OPAL_MODEX_RECV_VALUE_OPTIONAL(rc, PMIX_LOCALITY_STRING,