NWChem/QA/Nightly_Jobscripts/EMSL_Cascade
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

23 lines
601 B
Bash

#!/usr/bin/env bash
#MSUB -A mscfops
#MSUB -l "walltime=8:00:00"
#MSUB -l "nodes=1:ppn=8"
#MSUB -m ae
#MSUB -o doNightlyTests.out
#MSUB -e doNightlyTests.err
#MSUB -N doNightlyTests
#
source /etc/profile.d/modules.bash
#source /home/scicons/bin/set_modulepath.sh
module purge
module load pnnl_env
module load micsetup
module load intel
module load impi
module load nwchem/6.3
unset PYTHONHOME
export NWCHEM_TOP=`pwd`/..
bcastf $NWCHEM_TOP/bin/LINUX64/nwchem /scratch/nwchem
export NONSTD_MPI=y
export MPIRUN_PATH="srun --kill-on-bad-exit -n 8 -N 1 --ntasks-per-node=8 --mpi=pmi2"
./doNightlyTests.mpi