Changeset 256


Ignore:
Timestamp:
07/23/14 18:17:22 (10 years ago)
Author:
ymipsl
Message:

Adding xios output functionnalities

YM

Location:
codes/icosagcm/branches/SATURN_DYNAMICO/TEST
Files:
3 added
2 edited

Legend:

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

    r229 r256  
    66#MSUB -o dynamico.out   # nom du fichier de sortie 
    77#MSUB -e dynamico.err 
    8 #MSUB -n 1       # reservation des processeurs pour le job 
    9 #MSUB -c 1            
     8#MSUB -n 10       # reservation des processeurs pour le job 
     9#MSUB -c 4            
    1010#MSUB -x             # exclusif 
    1111#MSUB -T 1800           # Limite temps (en secondes) 
     
    3535export VT_MAX_STACK_DEPTH=10000 
    3636export FOR_DEBUGGER_IS_PRESENT=True 
    37 export OMP_NUM_THREADS=1 
     37export OMP_NUM_THREADS=4 
    3838export OMP_WAIT_POLICY=ACTIVE 
    3939#export OMPI_MCA_mpi_leave_pinned=1 
    40 export OMP_STACKSIZE=10M 
     40export OMP_STACKSIZE=100M 
    4141 
    4242#ccc_mprun -d tv $EXEC_NAME 
  • codes/icosagcm/branches/SATURN_DYNAMICO/TEST/run_icosa.def

    r241 r256  
    5555#run_length=0 
    5656#run_length=432000 
    57 run_length=864000 
     57# one saturn year 
     58run_length=929610360 
    5859 
    5960#activate IO (default = true) 
    60 enable_io = true 
     61enable_io = false 
    6162 
    6263# output with XIOS (only if compiled with XIOS): true/false (default true) 
Note: See TracChangeset for help on using the changeset viewer.