Ignore:
Timestamp:
Jan 26, 2009 2:44:20 PM (15 years ago)
Author:
raasch
Message:

bugfixes concerning cpu time measurements and calculation of spectra in case of multigrid method switched on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/local_tremain.f90

    r83 r225  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Type of count and count_rate changed to INTEGER(8) in order to avoid out of
     7! range problems (which result in measured negative time intervals)
    78!
    89! Former revisions:
     
    3940    REAL       ::  actual_wallclock_time
    4041#elif defined( __lc )
    41     INTEGER    ::  count, count_rate
     42    INTEGER(8) ::  count, count_rate
    4243    REAL       ::  actual_wallclock_time
    4344#endif
Note: See TracChangeset for help on using the changeset viewer.