[mpas-developers] COMMIT CHECK: mpas_timer.F bug fix

Michael Duda duda at ucar.edu
Wed Feb 13 11:01:16 MST 2013


Sounds good!

Michael


On Wed, Feb 13, 2013 at 09:45:17AM -0800, Doug Jacobsen wrote:
> Hey Everyone.
> 
> I just found a bug in the timer module, that I would like to fix. The
> average time printed out is garbage currently, as it's defined by
> 
> timer_ptr%avg_time = timer_ptr%ave_time/timer_ptr%calls
> 
> rather than
> 
> timer_ptr%avg_time = timer_ptr%total_time/timer_ptr%calls
> 
> This is really the only line that gets changed. I've tested it and it works
> fine in my tests, so I'll commit it tomorrow if I don't hear anything. It
> shouldn't impact anything other than the output of the timers.
> 
> Doug


> _______________________________________________
> mpas-developers mailing list
> mpas-developers at mailman.ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/mpas-developers



More information about the mpas-developers mailing list