<p><b>dwj07@fsu.edu</b> 2012-01-05 11:22:38 -0700 (Thu, 05 Jan 2012)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        Actually moving the timers in the subdriver, so all timers are started and stopped after mpi_init is called.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/driver/mpas_subdriver.F
===================================================================
--- trunk/mpas/src/driver/mpas_subdriver.F        2012-01-05 17:40:29 UTC (rev 1296)
+++ trunk/mpas/src/driver/mpas_subdriver.F        2012-01-05 18:22:38 UTC (rev 1297)
@@ -19,14 +19,13 @@
       real (kind=RKIND) :: dt
       character(len=32) :: timeStamp
 
-      call mpas_timer_start(&quot;total time&quot;)
-      call mpas_timer_start(&quot;initialize&quot;)
-
       !
       ! Initialize infrastructure
       !
       call mpas_framework_init(dminfo, domain)
 
+      call mpas_timer_start(&quot;total time&quot;)
+      call mpas_timer_start(&quot;initialize&quot;)
 
       call mpas_input_state_for_domain(domain)
 

</font>
</pre>