Changeset 595 for branches


Ignore:
Timestamp:
03/26/12 11:35:21 (12 years ago)
Author:
mafoipsl
Message:

Add PackDefault=false as default.
Set PackDefault=true on SX9 and titane.
Add out_execution and out_* into PackDebug

Location:
branches/libIGCM_MPI_OpenMP
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_pack_debug

    r592 r595  
    281281# Create sorted debug list to work with 
    282282find ${R_BUFR}/*/Debug -type f | sort >> ${RUN_DIR}/liste_debug_files.txt 
     283# Add out_ : output of execution files 
     284find ${R_BUFR}/Out -type f -name '*out_*' | sort >> ${RUN_DIR}/liste_debug_files.txt 
    283285 
    284286# Rename debug files we will work with using symlinks 
  • branches/libIGCM_MPI_OpenMP/libIGCM_sys/libIGCM_sys.ksh

    r564 r595  
    3434    echo "====================================================" 
    3535fi 
     36 
     37#==================================================== 
     38#- set PackDefault false by default 
     39PackDefault=false  
    3640 
    3741case $( hostname -s ) in 
  • branches/libIGCM_MPI_OpenMP/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r594 r595  
    170170#- Max number of arguments passed to nco operator or demigration command 
    171171UNIX_MAX_LIMIT=360 
     172 
     173#==================================================== 
     174#- set PackDefault true on NEC SX9 
     175PackDefault=true 
     176 
    172177 
    173178#==================================================== 
  • branches/libIGCM_MPI_OpenMP/libIGCM_sys/libIGCM_sys_titane.ksh

    r592 r595  
    188188#- Max number of arguments passed to nco operator or demigration command 
    189189UNIX_MAX_LIMIT=360 
     190 
     191#==================================================== 
     192#- set PackDefault true on titane 
     193PackDefault=true 
    190194 
    191195NUM_COREPERNODE=8 
Note: See TracChangeset for help on using the changeset viewer.