From 1c23e5dbb04be559d8f757d449ab131aa2016e5f Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 4 Dec 2017 17:59:16 -0800 Subject: [PATCH] oversubscribe for mpi-pr --- travis/run_qas.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/run_qas.sh b/travis/run_qas.sh index c7e0076787..a188449d7c 100755 --- a/travis/run_qas.sh +++ b/travis/run_qas.sh @@ -3,7 +3,8 @@ source $TRAVIS_BUILD_DIR/travis/nwchem.bashrc nprocs=2 if [[ "$ARMCI_NETWORK" == "MPI-PR" ]]; then - nprocs=3 + nprocs=3 + export MPIRUN_NPOPT="--oversubscribe -np " fi if [[ "$NWCHEM_MODULES" == "tce" ]]; then cd $NWCHEM_TOP/QA && USE_SLEEPLOOP=1 ./runtests.mpi.unix procs $nprocs tce_n2 tce_ccsd_t_h2o tce_h2o_eomcc