#PBS -S /usr/nas/bin/bash # name #PBS -N eh3_lomax # export all environment variables #PBS -V #PBS -q @lomax #PBS -l ncpus=16 #PBS -l mem=60Mw #PBS -l walltime=2:00:00 #merge stdout & stderr #PBS -j oe # #PBS -W group_list=g12345 # send mail at termination #PBS -m e . /u/edhill/bin/env_lomax cd /cluster/lomax/nobackup1/edhill test -e MITgcm && rm -rf MITgcm test -e MITgcm.tar.gz && ( rm -f MITgcm.tar ; /usr/nas/bin/gunzip MITgcm.tar.gz ) test -e MITgcm.tar && tar -xf MITgcm.tar cd MITgcm/verification ./testreport -ieee -a edhill@mitgcm.org