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/launch_and_measureTime.sh

    r1853 r1862  
    306306#fi 
    307307################################################### 
    308 startTime=$( getDateMilliSeconds ) 
    309 echo "start time:$startTime" >> $timeHandlingFile 
     308# startTime=$( getDateMilliSeconds ) # suppr 
     309# echo "start time:$startTime" >> $timeHandlingFile # suppr 
     310> $timeEndFile # added 
    310311 
    311312ccc_mprun  ./glost_launch -R $timeLimitBeforeEnd ${inputCmd} 2>${output} 
     
    317318###    mpirun -n 4 ./cmd_launch.exe myIO/inputCmd10.list 2>myIO/output.log 
    318319 
    319 meantime=$( getTimeDiffSeconds $startTime ) 
     320# meantime=$( getTimeDiffSeconds $startTime ) # suppr 
    320321 
    321322endExecutionTime=$( getDateMilliSeconds ) 
    322 echo "end time:$endExecutionTime" >> $timeHandlingFile 
    323  
    324 echo "meantime ncrcat = $meantime" 
     323echo "end time:$endExecutionTime" >> $timeEndFile 
     324 
     325 
     326 
     327# echo "meantime ncrcat = $meantime" 
    325328 
    326329# exit 0 # a virer 
Note: See TracChangeset for help on using the changeset viewer.