Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    11 SUBROUTINE cpu_statistics
    22
    3 !------------------------------------------------------------------------------!
     3!-------------------------------------------------------------------------------!
    44! Actual revisions:
    55! -----------------
     
    88! Former revisions:
    99! -----------------
    10 ! $Id$
    11 ! RCS Log replace by Id keyword, revision history cleaned up
    12 !
     10! $Log: cpu_statistics.f90,v $
    1311! Revision 1.13  2006/04/26 12:10:51  raasch
    1412! 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.
    1532!
    1633! Revision 1.1  1997/07/24 11:11:11  raasch
     
    2441! statistics. The output is sorted according to the amount of cpu-time consumed
    2542! and output on PE0.
    26 !------------------------------------------------------------------------------!
     43!-------------------------------------------------------------------------------!
    2744
    2845    USE cpulog
Note: See TracChangeset for help on using the changeset viewer.