#! /usr/bin/env bash ##REM #PBS -S /bin/bash ##REM #PBS -NaMITgcm_ifort ##REM #PBS -l ncpus=2 ##REM # PBS -l mem=7776MB ##REM #PBS -l walltime=4:00:00 ##REM #PBS -j oe ##REM # PBS -W group_list=g12345 ##REM # PBS -m e echo -n "Setting up modules... " . /opt/modules/default/init/bash module purge module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.11-85 echo "done" echo -n "Getting MITgcm from cvs perver... " cd /nobackup2/edhill test -e MITgcm && rm -rf MITgcm export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' cvs co MITgcm_verif_basic > /dev/null 2>&1 echo "done" cd MITgcm/verification/ ./testreport -of=/u/edhill/bin/linux_ia64_ifort+columbia \ -command '(mpirun -np 2 ./mitgcmuv >& output.txt ; echo -n hi)' \ -j 16 -a edhill@mitgcm.org # -end of script-