/[MITgcm]/MITgcm_contrib/test_scripts/nas/test_lomax_pbs
ViewVC logotype

Contents of /MITgcm_contrib/test_scripts/nas/test_lomax_pbs

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Apr 20 18:07:12 2017 UTC (8 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
has not been used (if ever) for more than 10 years

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

  ViewVC Help
Powered by ViewVC 1.1.22