1
1

These were missed by prior commit - need to remove lingering references to OPAL_HWLOC_HAVE_XML

This commit was SVN r25272.
Этот коммит содержится в:
Ralph Castain 2011-10-12 16:54:03 +00:00
родитель ff97b57c90
Коммит 24a46f2acb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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))) {