#PBS -S /usr/nas/bin/bash # name #PBS -N eh3_hopper # export all environment variables #PBS -V #PBS -q @hopper #PBS -l ncpus=2 #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_hopper cd /cluster/hopper/scratch1/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 # don't use "-a 'edhill@mitgcm.org'" on hopper -- fails to compile ./testreport -ieee -of ../tools/build_options/irix64_ip35_f77 -a edhill@mitgcm.org tar -cf tr_hopper_0.tar ./tr_hopper* /usr/nas/bin/gzip tr_hopper_0.tar