Ignore:
Timestamp:
Jan 16, 2020 1:22:48 PM (4 years ago)
Author:
Giersch
Message:

Format of rms output in cpu measurements changed to allow values >= 100

File:
1 edited

Legend:

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

    r4360 r4378  
    2525! -----------------
    2626! $Id$
     27! Format of rms output changed to allow values >= 100
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! Corrected "Former revisions" section
    2831!
     
    516519               &'---------------------')
    517520
    518    102 FORMAT (A25,2X,F9.3,2X,F7.2,1X,I7,2(1X,F9.3),1X,F5.2)
     521   102 FORMAT (A25,2X,F9.3,2X,F7.2,1X,I7,2(1X,F9.3),1X,F6.2)
    519522   103 FORMAT (/'Barriers are set in front of collective operations')
    520523   104 FORMAT (/'No barriers are set in front of collective operations')
Note: See TracChangeset for help on using the changeset viewer.