source: trunk/LMDZ.GENERIC/deftank/def_generic_giants/launch.gnome.experimental.256x192x64

Last change on this file 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.7 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         =       64             
8####################################################################### A / B / C / AP / BP / CP
9# @ class               =       CP             
10####################################################################### 24gb (cf. llps pendant fonctionnement)
11# @ as_limit            =       4501mb,4500mb
12#-@ resources           =       ConsumableCpus(1)ConsumableMemory(4500mb) 
13####################################################################### real ou ideal ???
14# @ environment         =       tmpdir=$(job_name).$(jobid) ; para=$(job_type)
15#######################################################################
16
17#######################################################################
18#######################################################################
19# @ output              =       $(job_name).$(jobid)/LOG
20# @ error               =       $(output)
21# @ blocking            =       unlimited
22# @ notification        =       never
23# @ queue
24grep "^# @" $0
25set -vx
26#######################################################################
27cp -rf PROTO/* $LOADL_STEP_INITDIR/${tmpdir}
28cd $LOADL_STEP_INITDIR
29\rm zeLAST
30ln -sf ${tmpdir} zeLAST
31cd zeLAST
32#######################################################################
33if [[ "${para}" == "MPICH" ]]
34then
35   mpirun gcm.e
36else
37   gcm.e
38fi
39#######################################################################
Note: See TracBrowser for help on using the repository browser.