Ignore:
Timestamp:
Feb 13, 2007 11:30:58 AM (17 years ago)
Author:
raasch
Message:

RCS Log replace by Id keyword, revision history cleaned up

File:
1 edited

Legend:

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

    r1 r3  
    11 SUBROUTINE cpu_statistics
    22
    3 !-------------------------------------------------------------------------------!
     3!------------------------------------------------------------------------------!
    44! Actual revisions:
    55! -----------------
     
    88! Former revisions:
    99! -----------------
    10 ! $Log: cpu_statistics.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.13  2006/04/26 12:10:51  raasch
    1214! Output of number of threads per task, max = min in case of 1 PE
    13 !
    14 ! Revision 1.12  2003/03/16 09:30:22  raasch
    15 ! Two underscores (_) are placed in front of all define-strings
    16 !
    17 ! Revision 1.11  2002/12/19 14:12:08  raasch
    18 ! PE results are collected on PE0 in order to calculate mean cpu statistics.
    19 ! Output format changed.
    20 !
    21 ! Revision 1.10  2001/03/30 07:01:02  raasch
    22 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    23 !
    24 ! Revision 1.9  2001/01/22 05:49:49  raasch
    25 ! Module test_variables removed
    26 !
    27 ! Revision 1.8  2001/01/02 17:25:23  raasch
    28 ! Unit 18 closed at the end of the subroutine
    29 !
    30 ! Revision 1.7  2000/12/20 10:10:26  letzel
    31 ! All comments translated into English.
    3215!
    3316! Revision 1.1  1997/07/24 11:11:11  raasch
     
    4124! statistics. The output is sorted according to the amount of cpu-time consumed
    4225! and output on PE0.
    43 !-------------------------------------------------------------------------------!
     26!------------------------------------------------------------------------------!
    4427
    4528    USE cpulog
Note: See TracChangeset for help on using the changeset viewer.