Ignore:
Timestamp:
07/16/14 18:38:24 (10 years ago)
Author:
ymipsl
Message:

Some update in the test directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/TEST/job_curie

    r220 r229  
    66#MSUB -o dynamico.out   # nom du fichier de sortie 
    77#MSUB -e dynamico.err 
    8 #MSUB -n 32       # reservation des processeurs pour le job 
     8#MSUB -n 1       # reservation des processeurs pour le job 
    99#MSUB -c 1            
    1010#MSUB -x             # exclusif 
     
    1616 
    1717set -vx 
    18 export EXEC_NAME=$WORKDIR/SATURNE/LMDZ.COMMON/bin/gcm_128x96x64_phystd_para.e 
     18cd $BRIDGE_MSUB_PWD  
     19export EXEC_NAME=..//ICOSAGCM/bin/icosa_gcm.exe 
    1920 
    20  
    21  
    22 cd $BRIDGE_MSUB_PWD  
    2321module load ddt 
    2422module load totalview 
     
    3634export VT_ONOFF_CHECK_STACK_BALANCE=no 
    3735export VT_MAX_STACK_DEPTH=10000 
    38 #export FOR_DEBUGGER_IS_PRESENT=True 
     36export FOR_DEBUGGER_IS_PRESENT=True 
    3937export OMP_NUM_THREADS=1 
    4038export OMP_WAIT_POLICY=ACTIVE 
Note: See TracChangeset for help on using the changeset viewer.