source: trunk/LMDZ.COMMON/deftank/def_generic_giants/launch.gnome @ 1252

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

LMDZ.COMMON. Added the posssibility for 3D runs without dynamics (precompiling flag NODYN). Added simple nudging (zonal wind for Saturn, but easy to extend). updated arch files for gnome with -auto. LMDZ.UNIVERSAL. Updated READMEs and latest def files (NB: saturn_tropostrato_128x96x64 and saturn_tropostrato_256x192x64 still experimental).

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         =       16             
8####################################################################### A / B / C / AP / BP / CP / PP
9# @ class               =       PP             
10####################################################################### 24gb (cf. llps pendant fonctionnement)
11# @ resources           =       ConsumableCpus(1)ConsumableMemory(3000mb) 
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.