source: trunk/LMDZ.GENERIC/deftank/def_generic_giants/old_tests_giants/launch.giant @ 2468

Last change on this file since 2468 was 134, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 1 -- NON COMPLET

File size: 700 bytes
Line 
1# @ job_name=JUPITER
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = MPICH
5# @ total_tasks =32
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}
15#cp /san/home/spiga/trunk/bin/gcm_80x120x15_phylmd_para.e ${tmpdir}/gcm.e
16cp /san/home/spiga/trunk/bin/gcm_180x360x10_phylmd_para.e ${tmpdir}/gcm.e
17####################################################################
18cd ${tmpdir}
19mpirun gcm.e
20####################################################################
Note: See TracBrowser for help on using the repository browser.