This commit is contained in:
edoapra 2024-08-07 14:44:16 -07:00
parent de8c849ed7
commit 9f525d1068
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -646,14 +646,8 @@ let "myexit+=$?"
./runtests.mpi.unix procs $np ch4-dft-scf-prop
let "myexit+=$?"
# superheavy elements check
source ./qa_funcs.sh
strings -a $(get_nwchem_executable) |grep Tennessine >& /dev/null
exit_code=$?
if [[ $exit_code == 0 ]]; then
echo NWChem code ready for superheavy elements
./runtests.mpi.unix procs $np dft_tennessine
let "myexit+=$?"
fi
./runtests.mpi.unix procs $np dft_tennessine
let "myexit+=$?"
#
./runtests.mpi.unix procs $np ccsdt_ompt_w3pvdz
let "myexit+=$?"