mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
mpiCheckPhaseHook: use preset topoloy file in sandbox for mpich
This commit is contained in:
parent
4f276b66e6
commit
93f58b50c0
@ -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