These were missed by prior commit - need to remove lingering references to OPAL_HWLOC_HAVE_XML
This commit was SVN r25272.
Этот коммит содержится в:
родитель
ff97b57c90
Коммит
24a46f2acb
@ -538,7 +538,7 @@ static void process_orted_launch_report(int fd, short event, void *data)
|
||||
goto CLEANUP;
|
||||
}
|
||||
|
||||
#if OPAL_HAVE_HWLOC && OPAL_HAVE_HWLOC_XML
|
||||
#if OPAL_HAVE_HWLOC
|
||||
/* store the local resources for that node */
|
||||
{
|
||||
hwloc_topology_t topo, t;
|
||||
|
@ -641,7 +641,7 @@ int orte_daemon(int argc, char *argv[])
|
||||
/* include our node name */
|
||||
opal_dss.pack(buffer, &orte_process_info.nodename, 1, OPAL_STRING);
|
||||
|
||||
#if OPAL_HAVE_HWLOC && OPAL_HAVE_HWLOC_XML
|
||||
#if OPAL_HAVE_HWLOC
|
||||
/* add the local topology */
|
||||
if (NULL != opal_hwloc_topology) {
|
||||
if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &opal_hwloc_topology, 1, OPAL_HWLOC_TOPO))) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user