|
Last change
on this file since 4249 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:
720 bytes
|
| Line | |
|---|
| 1 | # @ job_name = job_ada |
|---|
| 2 | # Fichier de sortie standard du travail |
|---|
| 3 | # @ output = $(job_name).$(jobid) |
|---|
| 4 | # Fichier de sortie d'erreur du travail |
|---|
| 5 | # @ error = $(job_name).$(jobid) |
|---|
| 6 | # @ job_type = parallel |
|---|
| 7 | # @ total_tasks = 8 |
|---|
| 8 | # Nombre de threads demandes (ici 2) |
|---|
| 9 | # @ parallel_threads = 2 |
|---|
| 10 | # @ as_limit = 7.0gb |
|---|
| 11 | # Temps CPU max. d'un processus hhh:mm:ss (1h30mn ici) |
|---|
| 12 | # @ wall_clock_limit=900 |
|---|
| 13 | # @ as_limit = 3.5gb |
|---|
| 14 | # Nom du travail LoadLeveler |
|---|
| 15 | # @ class = debug |
|---|
| 16 | # @ queue |
|---|
| 17 | |
|---|
| 18 | cd $LOADL_STEP_INITDIR |
|---|
| 19 | export FOR_DEBUGGER_IS_PRESENT=true |
|---|
| 20 | export DISPLAY=ada337:55.0 |
|---|
| 21 | export OMP_NUM_STACKSIZE=200M |
|---|
| 22 | ulimit -s unlimited |
|---|
| 23 | |
|---|
| 24 | poe gcm_48x36x19_phydev_para_mem.e > gcm.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.