Skip to content

Commit 48b5247

Browse files
authored
Merge pull request #7558 from awlauria/revert_hwloc
Revert "Ensure we get our local topology"
2 parents cf5ca14 + ecd20dd commit 48b5247

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ompi/runtime/ompi_rte.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -747,12 +747,6 @@ int ompi_rte_init(int *pargc, char ***pargv)
747747
val = NULL;
748748
}
749749

750-
/* get our topology */
751-
if (OPAL_SUCCESS != (rc = opal_hwloc_base_get_topology())) {
752-
error = "hwloc_base_get_topology: failed";
753-
goto error;
754-
}
755-
756750
/* identify our location */
757751
val = NULL;
758752
OPAL_MODEX_RECV_VALUE_OPTIONAL(rc, PMIX_LOCALITY_STRING,

0 commit comments

Comments
 (0)