Skip to content

Commit ea82a26

Browse files
committed
hwloc: do not set the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent cbbd98f commit ea82a26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orte/mca/ess/singleton/ess_singleton_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ static int rte_init(void)
290290
*/
291291
if (0 != hwloc_topology_set_flags(opal_hwloc_topology,
292292
(HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM |
293-
HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM |
294293
HWLOC_TOPOLOGY_FLAG_IO_DEVICES))) {
295294
ret = OPAL_ERROR;
296295
hwloc_topology_destroy(opal_hwloc_topology);

0 commit comments

Comments
 (0)