/[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.16 by edhill, Sat Mar 27 03:51:51 2004 UTC revision 1.17 by cnh, Wed Jun 30 00:58:06 2004 UTC
# Line 495  C     EXTERNAL MPI_Wtime Line 495  C     EXTERNAL MPI_Wtime
495        systemTime    = 0.        systemTime    = 0.
496        wallClockTime = 0.        wallClockTime = 0.
497  #else  #else
498    #ifdef HAVE_ETIME
499        ACTUAL = ETIME(TARRAY)        ACTUAL = ETIME(TARRAY)
500    #else
501          TARRAY(1) = 0.
502          TARRAY(2) = 0.
503    #endif
504        userTime      = TARRAY(1)        userTime      = TARRAY(1)
505        systemTime    = TARRAY(2)        systemTime    = TARRAY(2)
506  #ifdef HAVE_CLOC  #ifdef HAVE_CLOC

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22