mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
scalapack: fix building with mpich
This commit is contained in:
parent
6dba41fbcb
commit
b6a09f8887
@ -36,6 +36,9 @@ stdenv.mkDerivation rec {
|
||||
# make sure the test starts even if we have less than 4 cores
|
||||
export OMPI_MCA_rmaps_base_oversubscribe=1
|
||||
|
||||
# Fix to make mpich run in a sandbox
|
||||
export HYDRA_IFACE=lo
|
||||
|
||||
# Run single threaded
|
||||
export OMP_NUM_THREADS=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user