Last change
on this file since 487 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 | |
---|
17 | set -vx |
---|
18 | cd $BRIDGE_MSUB_PWD |
---|
19 | export EXEC_NAME=..//ICOSAGCM/bin/icosa_gcm.exe |
---|
20 | |
---|
21 | module load ddt |
---|
22 | module load totalview |
---|
23 | module load ddt |
---|
24 | module load vampirtrace |
---|
25 | module unload netcdf |
---|
26 | module unload hdf5 |
---|
27 | module load netcdf/4.2_hdf5_parallel |
---|
28 | module load hdf5/1.8.9_parallel |
---|
29 | export VT_FILTER_SPEC=filter_file |
---|
30 | export VT_SYNC_FLUSH=yes |
---|
31 | export VT_BUFFER_SIZE=1G |
---|
32 | export VT_MAX_FLUSHES=0 |
---|
33 | export VT_OMPTRACE=no |
---|
34 | export VT_ONOFF_CHECK_STACK_BALANCE=no |
---|
35 | export VT_MAX_STACK_DEPTH=10000 |
---|
36 | export FOR_DEBUGGER_IS_PRESENT=True |
---|
37 | export OMP_NUM_THREADS=4 |
---|
38 | export OMP_WAIT_POLICY=ACTIVE |
---|
39 | #export OMPI_MCA_mpi_leave_pinned=1 |
---|
40 | export OMP_STACKSIZE=100M |
---|
41 | |
---|
42 | #ccc_mprun -d tv $EXEC_NAME |
---|
43 | ccc_mprun $EXEC_NAME |
---|
44 | #amplxe-gui |
---|
Note: See
TracBrowser
for help on using the repository browser.