source: trunk/deftanks/giant/gnome_launch @ 71

Last change on this file since 71 was 59, checked in by aslmd, 15 years ago

LMDZ jupiter: essai compilation/run sur GNOME ok; ajout de fichiers arch; script pour IOIPSL; script llsubmit. LMD_MM_MARS ancienne physique compile en sequentiel et en parallele sans modification avec les reglages ifort natifs

File size: 625 bytes
Line 
1# @ job_name=JUPITER
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = MPICH
5# @ total_tasks =24
6# @ blocking = unlimited
7# @ class =AP
8# @ environment=tmpdir=$(home)/$(job_name).$(jobid).results
9# @ queue
10grep "^# @" $0
11set -vx
12####################################################################
13mkdir ${tmpdir}
14cp /san/home/spiga/trunk/deftanks/giant/* ${tmpdir}
15cp /san/home/spiga/trunk/bin/gcm_80x120x15_phylmd_para.e ${tmpdir}/gcm.e
16####################################################################
17cd ${tmpdir}
18mpirun gcm.e
19####################################################################
Note: See TracBrowser for help on using the repository browser.