/[MITgcm]/MITgcm/eesupp/src/timers.F
ViewVC logotype

Diff of /MITgcm/eesupp/src/timers.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.25 by jmc, Thu Oct 12 20:27:45 2006 UTC revision 1.26 by molod, Thu Jan 11 17:44:18 2007 UTC
# Line 111  C     maxTimers :: Total numer of timer Line 111  C     maxTimers :: Total numer of timer
111  C     maxString :: Max length of a timer name  C     maxString :: Max length of a timer name
112        INTEGER maxTimers        INTEGER maxTimers
113        INTEGER maxString        INTEGER maxString
114        PARAMETER ( maxTimers = 40 )        PARAMETER ( maxTimers = 50 )
115        PARAMETER ( maxString = 80 )        PARAMETER ( maxString = 80 )
116  C     timerStarts :: Timer counters for each timer and each thread  C     timerStarts :: Timer counters for each timer and each thread
117  C     timerStops  C     timerStops
# Line 909  CCE107 Initialization of common block fo Line 909  CCE107 Initialization of common block fo
909        BLOCK DATA setpapivalues        BLOCK DATA setpapivalues
910  #include "EEPARAMS.h"  #include "EEPARAMS.h"
911        INTEGER maxTimers        INTEGER maxTimers
912        PARAMETER (maxTimers = 40)        PARAMETER (maxTimers = 50)
913        INTEGER nmaxevents        INTEGER nmaxevents
914        PARAMETER (nmaxevents = 18)        PARAMETER (nmaxevents = 18)
915        INTEGER size        INTEGER size
# Line 997  CCE107 Initialization of common block fo Line 997  CCE107 Initialization of common block fo
997        BLOCK DATA setpcls        BLOCK DATA setpcls
998  #include "EEPARAMS.h"  #include "EEPARAMS.h"
999        INTEGER maxTimers        INTEGER maxTimers
1000        PARAMETER (maxTimers = 40)        PARAMETER (maxTimers = 50)
1001        INTEGER nmaxevents        INTEGER nmaxevents
1002        PARAMETER (nmaxevents = 61)        PARAMETER (nmaxevents = 61)
1003        INTEGER size        INTEGER size

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.22