Ignore:
Timestamp:
03/28/12 10:07:11 (12 years ago)
Author:
mafoipsl
Message:

Oops. English correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_pack_debug

    r607 r609  
    283283find ${R_BUFR}/*/Debug -type f | sort >> ${RUN_DIR}/liste_debug_files.txt 
    284284 
    285 # Rename debug files. we will work with using symlinks. use ???_ prefix ie NF-2 
     285# Rename debug files we will work with using symlinks. use ???_ prefix ie NF-2 
    286286#gawk -F/ '{dest_name=$(NF-2)("_") $(NF); system("cp --preserve " $0 " "dest_name)}' ${RUN_DIR}/liste_debug_files.txt 
    287287gawk -F/ '{dest_name=$(NF-2)("_") $(NF); system("ln -s " $0 " "dest_name)}' ${RUN_DIR}/liste_debug_files.txt 
     
    290290find ${R_BUFR}/Out -type f -name '*out_*' | sort >> ${RUN_DIR}/liste_out_files.txt 
    291291 
    292 # Rename out files. we will work with using symlinks. use Out_ prefix ie NF-1 
     292# Rename out files we will work with using symlinks. use Out_ prefix ie NF-1 
    293293gawk -F/ '{dest_name=$(NF-1)("_") $(NF); system("ln -s " $0 " "dest_name)}' ${RUN_DIR}/liste_out_files.txt 
    294294 
Note: See TracChangeset for help on using the changeset viewer.