1 |
|
2 |
#PBS -S /usr/nas/bin/bash |
3 |
|
4 |
# name |
5 |
#PBS -N eh3_lomax |
6 |
|
7 |
# export all environment variables |
8 |
#PBS -V |
9 |
|
10 |
#PBS -q @lomax |
11 |
#PBS -l ncpus=16 |
12 |
#PBS -l mem=60Mw |
13 |
#PBS -l walltime=2:00:00 |
14 |
|
15 |
#merge stdout & stderr |
16 |
#PBS -j oe |
17 |
|
18 |
# #PBS -W group_list=g12345 |
19 |
|
20 |
# send mail at termination |
21 |
#PBS -m e |
22 |
|
23 |
. /u/edhill/bin/env_lomax |
24 |
|
25 |
cd /cluster/lomax/nobackup1/edhill |
26 |
|
27 |
test -e MITgcm && rm -rf MITgcm |
28 |
test -e MITgcm.tar.gz && ( rm -f MITgcm.tar ; /usr/nas/bin/gunzip MITgcm.tar.gz ) |
29 |
test -e MITgcm.tar && tar -xf MITgcm.tar |
30 |
|
31 |
cd MITgcm/verification |
32 |
./testreport -ieee -a edhill@mitgcm.org |