source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_ICOSA_LMDZ/job_ada @ 4028

Last change on this file since 4028 was 4028, checked in by millour, 8 years ago

Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM

File size: 712 bytes
Line 
1# Nom du travail LoadLeveler
2# @ job_name = job_ada
3# Fichier de sortie standard du travail
4# @ output   = $(job_name).$(jobid)
5# Fichier de sortie d'erreur du travail
6# @ error    = $(job_name).$(jobid)
7# @ job_type = parallel
8# @ total_tasks = 10
9# Nombre de threads demandes (ici 1)
10# @ parallel_threads = 1
11# @ as_limit = 3.5gb
12# Temps CPU max. d'un processus hhh:mm:ss (1h30mn ici)
13# @ wall_clock_limit=900
14# @ as_limit = 3.5gb
15# @ class = debug
16# @ queue
17
18cd $LOADL_STEP_INITDIR
19export FOR_DEBUGGER_IS_PRESENT=true
20export DISPLAY=ada337:55.0
21export OMP_NUM_STACKSIZE=200M
22ulimit -s unlimited
23
24poe icosa_lmdz.exe > icosa_lmdz.out 2>&1
25
26#xterm -sb -e 'module load tv; tv ../../ICOSA_LMDZ/bin/icosa_lmdz.exe'
Note: See TracBrowser for help on using the repository browser.