From 37286608836c24eafdd0983379e2e18e87515bd6 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 24 Sep 2017 18:09:48 +0200 Subject: [PATCH] explicitly oversubscribe with MPI --- cmake/scripts/run_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index 68c766b2c0..d0e3dbb672 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -34,6 +34,8 @@ shift 2 export LC_ALL=C # Prevent OpenMP from creating additional threads export OMP_NUM_THREADS=2 +# Allow oversubscription for MPI (needed for Openmpi@3.0) +export OMPI_MCA_rmaps_base_oversubscribe=1 case $STAGE in run) -- 2.39.5