mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
oversubscribe for mpi-pr
This commit is contained in:
parent
04d434ed2d
commit
1c23e5dbb0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue