Changeset 604 for branches


Ignore:
Timestamp:
03/27/12 18:59:37 (12 years ago)
Author:
mafoipsl
Message:

Add out_* files after trick to have all Debug file into one directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_pack_debug

    r597 r604  
    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 
    284 find ${R_BUFR}/Out -type f -name '*out_*' | sort >> ${RUN_DIR}/liste_debug_files.txt 
    285283 
    286284# Rename debug files we will work with using symlinks 
     
    290288# List renamed debug files 
    291289find ${RUN_DIR} -name "???_*${JobName}*" -ls | sort -k 11 > ${RUN_DIR}/new_liste_debug_files.txt 
     290 
     291# Add out_ : output of execution files 
     292find ${R_BUFR}/Out -type f -name '*out_*' | sort >> ${RUN_DIR}/new_liste_debug_files.txt 
    292293 
    293294# ------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.