source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/job_curie @ 256

Last change on this file since 256 was 256, checked in by ymipsl, 10 years ago

Adding xios output functionnalities

YM

File size: 1.2 KB
Line 
1#!/usr/bin/ksh
2##################
3## CURIE   CEA ##
4##################
5#MSUB -r DYNAMICO       # nom de la requete
6#MSUB -o dynamico.out   # nom du fichier de sortie
7#MSUB -e dynamico.err
8#MSUB -n 10       # reservation des processeurs pour le job
9#MSUB -c 4           
10#MSUB -x             # exclusif
11#MSUB -T 1800           # Limite temps (en secondes)
12#MSUB -p gen2211
13#MSUB -Q test                # QoS test
14#MSUB -q standard            # Choosing standard nodes
15#MSUB -X            # X11 forwarding
16
17set -vx
18cd $BRIDGE_MSUB_PWD 
19export EXEC_NAME=..//ICOSAGCM/bin/icosa_gcm.exe
20
21module load ddt
22module load totalview
23module load ddt
24module load vampirtrace
25module unload netcdf
26module unload hdf5
27module load netcdf/4.2_hdf5_parallel
28module load hdf5/1.8.9_parallel
29export VT_FILTER_SPEC=filter_file
30export VT_SYNC_FLUSH=yes
31export VT_BUFFER_SIZE=1G
32export VT_MAX_FLUSHES=0
33export VT_OMPTRACE=no
34export VT_ONOFF_CHECK_STACK_BALANCE=no
35export VT_MAX_STACK_DEPTH=10000
36export FOR_DEBUGGER_IS_PRESENT=True
37export OMP_NUM_THREADS=4
38export OMP_WAIT_POLICY=ACTIVE
39#export OMPI_MCA_mpi_leave_pinned=1
40export OMP_STACKSIZE=100M
41
42#ccc_mprun -d tv $EXEC_NAME
43ccc_mprun  $EXEC_NAME
44#amplxe-gui
Note: See TracBrowser for help on using the repository browser.