#!/usr/bin/ksh ################## ## CURIE CEA ## ################## #MSUB -r DYNAMICO # nom de la requete #MSUB -o dynamico.out # nom du fichier de sortie #MSUB -e dynamico.err #MSUB -n 10 # reservation des processeurs pour le job #MSUB -c 4 #MSUB -x # exclusif #MSUB -T 1800 # Limite temps (en secondes) #MSUB -p gen2211 #MSUB -Q test # QoS test #MSUB -q standard # Choosing standard nodes #MSUB -X # X11 forwarding set -vx cd $BRIDGE_MSUB_PWD export EXEC_NAME=..//ICOSAGCM/bin/icosa_gcm.exe module load ddt module load totalview module load ddt module load vampirtrace module unload netcdf module unload hdf5 module load netcdf/4.2_hdf5_parallel module load hdf5/1.8.9_parallel export VT_FILTER_SPEC=filter_file export VT_SYNC_FLUSH=yes export VT_BUFFER_SIZE=1G export VT_MAX_FLUSHES=0 export VT_OMPTRACE=no export VT_ONOFF_CHECK_STACK_BALANCE=no export VT_MAX_STACK_DEPTH=10000 export FOR_DEBUGGER_IS_PRESENT=True export OMP_NUM_THREADS=4 export OMP_WAIT_POLICY=ACTIVE #export OMPI_MCA_mpi_leave_pinned=1 export OMP_STACKSIZE=100M #ccc_mprun -d tv $EXEC_NAME ccc_mprun $EXEC_NAME #amplxe-gui