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

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

Creating temporary dynamico/lmdz/saturn branche

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 32       # reservation des processeurs pour le job
9#MSUB -c 1           
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
18export EXEC_NAME=$WORKDIR/SATURNE/LMDZ.COMMON/bin/gcm_128x96x64_phystd_para.e
19
20
21
22cd $BRIDGE_MSUB_PWD 
23module load ddt
24module load totalview
25module load ddt
26module load vampirtrace
27module unload netcdf
28module unload hdf5
29module load netcdf/4.2_hdf5_parallel
30module load hdf5/1.8.9_parallel
31export VT_FILTER_SPEC=filter_file
32export VT_SYNC_FLUSH=yes
33export VT_BUFFER_SIZE=1G
34export VT_MAX_FLUSHES=0
35export VT_OMPTRACE=no
36export VT_ONOFF_CHECK_STACK_BALANCE=no
37export VT_MAX_STACK_DEPTH=10000
38#export FOR_DEBUGGER_IS_PRESENT=True
39export OMP_NUM_THREADS=1
40export OMP_WAIT_POLICY=ACTIVE
41#export OMPI_MCA_mpi_leave_pinned=1
42export OMP_STACKSIZE=10M
43
44#ccc_mprun -d tv $EXEC_NAME
45ccc_mprun  $EXEC_NAME
46#amplxe-gui
Note: See TracBrowser for help on using the repository browser.