Ignore:
Timestamp:
Jan 7, 2021 1:16:02 PM (3 years ago)
Author:
raasch
Message:

openmp bugfix (some private statements were missing); output format for cpu measures slightly changed

File:
1 edited

Legend:

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

    r4828 r4835  
    2424! -----------------
    2525! $Id$
     26! Format descriptor 102 changed again to limit line length to 80 characters
     27!
     28! 4828 2021-01-05 11:21:41Z Giersch
    2629! Format descriptor 102 slightly modified.
    2730!
     
    553556               &'---------------------')
    554557
    555    102 FORMAT (A25,2X,F10.3,2X,F7.2,1X,I7,2(1X,F10.3),1X,F6.2)
     558   102 FORMAT (A25,1X,F10.3,2X,F7.2,1X,I7,2(1X,F9.2),1X,F6.2)
    556559   103 FORMAT (/'Barriers are set in front of collective operations')
    557560   104 FORMAT (/'No barriers are set in front of collective operations')
Note: See TracChangeset for help on using the changeset viewer.