source: trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/launch.gnome @ 1138

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

LMDZ.UNIVERSAL. updated def files for latest modifications.

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