Ignore:
Timestamp:
11/08/12 16:00:22 (12 years ago)
Author:
aclsce
Message:
  • Fixed some bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/showPackProgress.sh

    r1911 r1913  
    492492    rm ${JOB_DIR}/simuPrint.txt 
    493493done 
    494  
    495494NbInodeBefore=`cat ${IGCM_DEM}/Listing.txt | grep "f " | wc -l` 
    496495#NbInodeBefore=`cat ${IGCM_DEM}/Listing.txt  | wc -l` 
     496 NbInodeAfterStore=0 
    497497 if [ -d "${OUTPUT_STORE}" ] 
    498498 then 
    499499     NbInodeAfterStore=$( find $OUTPUT_STORE -type f -printf "%y %s %p \n" | wc -l ) 
    500500 fi 
     501 NbInodeAfterWork=0 
    501502 if [ -d "${OUTPUT_WORK}" ] 
    502503 then 
Note: See TracChangeset for help on using the changeset viewer.