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

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.