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

Annotation of /MITgcm_contrib/test_scripts/nas/test_lomax_pbs

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


Revision 1.1 - (hide annotations) (download)
Tue Mar 2 21:58:31 2004 UTC (21 years, 5 months ago) by edhill
Branch: MAIN
 o add lomax scripts

1 edhill 1.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