From 500b28496ccd378a924db1f4e2c4f59a4a85aeab Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 15 Aug 2022 17:02:00 -0700 Subject: [PATCH] added bse library --- travis/run_qas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/run_qas.sh b/travis/run_qas.sh index 6cb4964427..4692387263 100755 --- a/travis/run_qas.sh +++ b/travis/run_qas.sh @@ -113,7 +113,7 @@ fi # check if dft is among modules if [[ ! $(grep -i dft $TRAVIS_BUILD_DIR/src/stubs.F| awk '/dft_input/') ]]; then cd $TRAVIS_BUILD_DIR/QA && ./runtests.mpi.unix procs $nprocs dft_he2+ - cd $TRAVIS_BUILD_DIR/QA && ./runtests.mpi.unix procs $nprocs adft_he2+ + cd $TRAVIS_BUILD_DIR/QA && NWCHEM_BASIS_LIBRARY=${NWCHEM_TOP}/src/basis/libraries.bse/ ./runtests.mpi.unix procs $nprocs adft_he2+ if [[ ! $(grep -i prop $TRAVIS_BUILD_DIR/src/stubs.F| awk '/prop_input/') ]]; then cd $TRAVIS_BUILD_DIR/QA && ./runtests.mpi.unix procs $nprocs prop_mep_gcube fi