1
1
This commit was SVN r25400.
Этот коммит содержится в:
Ralph Castain 2011-10-30 13:23:42 +00:00
родитель 71ed8e3cd3
Коммит 96332a2859

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

@ -45,7 +45,7 @@ int opal_hwloc_pack(opal_buffer_t *buffer, const void *src,
/* get the available support - hwloc unfortunately does /* get the available support - hwloc unfortunately does
* not include this info in its xml export! * not include this info in its xml export!
*/ */
support = (struct hwloc_topology_support*)hwloc_topology_get_support(opal_hwloc_topology); support = (struct hwloc_topology_support*)hwloc_topology_get_support(t);
/* pack the discovery support */ /* pack the discovery support */
if (OPAL_SUCCESS != (rc = opal_dss.pack(buffer, support->discovery, if (OPAL_SUCCESS != (rc = opal_dss.pack(buffer, support->discovery,
sizeof(struct hwloc_topology_discovery_support), sizeof(struct hwloc_topology_discovery_support),