mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
HvD: Added the submission script for Chinook to be used by the Nightly build
framework. This completes the set of things needed to start using this stuff. Now let's see if we can get this to work properly.
This commit is contained in:
parent
89033a2c2d
commit
61eac36e41
1 changed files with 23 additions and 0 deletions
23
QA/Nightly_Jobscripts/EMSL_Chinook
Normal file
23
QA/Nightly_Jobscripts/EMSL_Chinook
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/bash
|
||||
#MSUB -A mscfhpcc
|
||||
#MSUB -l "walltime=8:00:00"
|
||||
#MSUB -l "nodes=2:ppn=8"
|
||||
#MSUB -m ae
|
||||
#MSUB -o doNightlyTests.out.%j
|
||||
#MSUB -e doNightlyTests.err.%j
|
||||
#MSUB -N doNightlyTests
|
||||
#
|
||||
source /etc/profile.d/modules.bash
|
||||
source /home/scicons/bin/set_modulepath.sh
|
||||
module purge
|
||||
module load precision/i8
|
||||
module load portland
|
||||
module load hpmpi
|
||||
module load acml
|
||||
module load moab
|
||||
module load python
|
||||
export NWCHEM_TOP=`pwd`/..
|
||||
bcastf $NWCHEM_TOP/bin/LINUX64/nwchem /scratch/nwchem
|
||||
export NONSTD_MPI=y
|
||||
export MPIRUN_PATH="mpirun -srun -n 8 -N 2 --ntasks-per-node=4"
|
||||
./doNightlyTests.mpi
|
||||
Loading…
Add table
Add a link
Reference in a new issue