NWChem/QA/doqmmmtests.mpi
Yuri Victorovich 7b3d60dce7 Fix bash shebangs: make /usr/bin/env find bash in paths
This is needed on FreeBSD and other systems where bash isn't located in /bin/bash.
2021-11-07 14:06:22 -08:00

17 lines
347 B
Bash
Executable file

#!/usr/bin/env bash
#
# $Id$
#
#--- small tests
if [ -z "$1" ]; then
let np=1
else
let np=$1
fi
./runtests.mpi.unix procs $np qmmm_grad0
./runtests.mpi.unix procs $np lys_qmmm
./runtests.mpi.unix procs $np ethane_qmmm
./runtests.mpi.unix procs $np qmmm_opt0
echo "qmmm frequency test may fail"
./runtests.mpi.unix procs $np qmmm_freq