Skip to content

Commit b463726

Browse files
authored
mpiCheckPhaseHook: use preset topoloy file in sandbox for mpich (#354136)
2 parents 4dfb382 + 93f58b5 commit b463726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/build-support/setup-hooks/mpi-check-hook/mpi-check-hook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ setupMpiCheck() {
6262
MPICH)
6363
# Fix to make mpich run in a sandbox
6464
export HYDRA_IFACE=lo
65+
# Disable sysfs cpu topology directory discovery.
66+
export HWLOC_XMLFILE="@topology@"
6567
;;
6668
MVAPICH)
6769
# Disable CPU pinning

0 commit comments

Comments
 (0)