scalapack: fix building with mpich
This commit is contained in:
parent
6dba41fbcb
commit
b6a09f8887
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue