added bse library

This commit is contained in:
edoapra 2022-08-15 17:02:00 -07:00
parent 4312e75759
commit 500b28496c
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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