<p><b>ringler@lanl.gov</b> 2010-12-09 14:51:42 -0700 (Thu, 09 Dec 2010)</p><p>provide 40 characters when writing out event name<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/profiling/src/framework/module_timer.F
===================================================================
--- branches/ocean_projects/profiling/src/framework/module_timer.F        2010-12-09 20:23:56 UTC (rev 639)
+++ branches/ocean_projects/profiling/src/framework/module_timer.F        2010-12-09 21:51:42 UTC (rev 640)
@@ -380,8 +380,8 @@
       CALL MPI_BARRIER (MPI_COMM_WORLD,ierr)
 #endif
 
-   10 FORMAT (1x,i5,' : ',a20,l1,2f15.5,f8.2)
-   20 FORMAT (1x,i5,' : ',a20,l1,2f15.5     )
+   10 FORMAT (1x,i5,' : ',a40,l1,2f15.5,f8.2)
+   20 FORMAT (1x,i5,' : ',a40,l1,2f15.5     )
 
       END SUBROUTINE timer_write
 !cccccccc1ccccccccc2ccccccccc3ccccccccc4ccccccccc5cccgtgccc6ccccccccc7cc

</font>
</pre>