source: trunk/LMDZ.GENERIC/deftank/def_generic_giants/launch.gnome.128x96x64 @ 2468

Last change on this file since 2468 was 1165, checked in by aslmd, 11 years ago

LMDZ.UNIVERSAL. simplified and merged def files around the reference PROTO_Saturn_Article

File size: 1.6 KB
Line 
1#######################################################################
2####################################################################### nom
3# @ job_name            =       LMDZ_UNIVERSAL
4####################################################################### MPICH / serial
5# @ job_type            =       MPICH
6####################################################################### 8 / 16 / 20 / 32 / 64
7# @ total_tasks         =       32             
8####################################################################### A / B / C / AP / BP / CP / PP
9# @ class               =       CP             
10####################################################################### 24gb (cf. llps pendant fonctionnement)
11# @ resources           =       ConsumableCpus(1)ConsumableMemory(2000mb) 
12####################################################################### real ou ideal ???
13# @ environment         =       tmpdir=$(job_name).$(jobid) ; para=$(job_type)
14#######################################################################
15
16#######################################################################
17#######################################################################
18# @ output              =       $(job_name).$(jobid)/LOG
19# @ error               =       $(output)
20# @ blocking            =       unlimited
21# @ notification        =       never
22# @ queue
23grep "^# @" $0
24set -vx
25#######################################################################
26cp -rf PROTO/* $LOADL_STEP_INITDIR/${tmpdir}
27cd $LOADL_STEP_INITDIR
28\rm zeLAST
29ln -sf ${tmpdir} zeLAST
30cd zeLAST
31#######################################################################
32if [[ "${para}" == "MPICH" ]]
33then
34   mpirun gcm.e
35else
36   gcm.e
37fi
38#######################################################################
Note: See TracBrowser for help on using the repository browser.