mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
cleanup
This commit is contained in:
parent
de8c849ed7
commit
9f525d1068
1 changed files with 2 additions and 8 deletions
|
|
@ -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+=$?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue