mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
mpiCheckPhaseHook: use preset topoloy file in sandbox for mpich (#354136)
This commit is contained in:
commit
b46372651a
@ -62,6 +62,8 @@ setupMpiCheck() {
|
||||
MPICH)
|
||||
# Fix to make mpich run in a sandbox
|
||||
export HYDRA_IFACE=lo
|
||||
# Disable sysfs cpu topology directory discovery.
|
||||
export HWLOC_XMLFILE="@topology@"
|
||||
;;
|
||||
MVAPICH)
|
||||
# Disable CPU pinning
|
||||
|
Loading…
Reference in New Issue
Block a user