Ignore:
Timestamp:
09/03/12 19:18:22 (12 years ago)
Author:
gpincka
Message:

simplification mesure du temps de calcul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/parallelPack.sh

    r1856 r1862  
    209209 
    210210 
    211 export timeHandlingFile="${USER_OUTPUT_PROGRESS}/timeHandlingFile.txt" 
    212 > $timeHandlingFile 
     211export timeLaunchStartFile="${USER_OUTPUT_PROGRESS}/timeLaunchStartFile.txt" 
     212> $timeLaunchStartFile 
    213213startTime=$( getDateMilliSeconds ) 
    214 echo "launch time:$startTime" >> $timeHandlingFile 
     214echo "launch time:$startTime" > $timeLaunchStartFile 
     215 
     216export timeEndFile="${USER_OUTPUT_PROGRESS}/timeEndFile.txt" 
     217> $timeEndFile 
    215218 
    216219SCRIPT_NAME=$(basename ${0} ) 
Note: See TracChangeset for help on using the changeset viewer.