Skip to content

Commit 27eacee

Browse files
committed
use a system_clock with int_8 arguments for typically improved resolution
svn-origin-rev: 14377
1 parent 2d5baae commit 27eacee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/base/machine.F

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ SUBROUTINE m_flush(lunit)
7171
FUNCTION m_walltime() RESULT (wt)
7272
REAL(KIND=dp) :: wt
7373

74-
INTEGER :: count
75-
INTEGER, SAVE :: count_max, count_rate, &
74+
INTEGER(KIND=int_8) :: count
75+
INTEGER(KIND=int_8), SAVE :: count_max, count_rate, &
7676
cycles = -1, last_count
7777

7878
!$ IF (.FALSE.) THEN

0 commit comments

Comments
 (0)