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_log.f90

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: cpu_log.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.24  2006/06/02 15:12:17  raasch
    1214! cpp-directives extended for lctit
    13 !
    14 ! Revision 1.23  2004/01/28 15:08:52  raasch
    15 ! Type log changed to logpoint due to name conflict with intrinsic log
    16 !
    17 ! Revision 1.22  2003/05/09 14:15:18  raasch
    18 ! Time measurement on linux machines included, measurements on IBM are now using
    19 ! function irtc, which allows correct measurements for jobs running over
    20 ! the 24:00 timeline
    21 !
    22 ! Revision 1.21  2003/03/16 09:30:04  raasch
    23 ! Two underscores (_) are placed in front of all define-strings
    24 !
    25 ! Revision 1.20  2003/03/12 16:24:18  raasch
    26 ! Time measurement on NEC implemented
    27 !
    28 ! Revision 1.19  2002/12/20 09:38:43  raasch
    29 ! variable first is defined for all hosts
    30 !
    31 ! Revision 1.18  2002/12/19 14:09:36  raasch
    32 ! Output of warnings in case of negative cpu-times, STOP statement replaced by
    33 ! call of subroutine local_stop
    34 !
    35 ! Revision 1.17  2002/05/02 18:49:37  raasch
    36 ! Time measurement on IBM implemented
    37 !
    38 ! Revision 1.16  2001/03/30 07:00:43  raasch
    39 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    40 !
    41 ! Revision 1.14  2001/01/25 06:56:49  raasch
    42 ! +cpp-directives for dec-alpha-workstations
    43 !
    44 ! Revision 1.13  2001/01/22 08:32:46  raasch
    45 ! Module test_variables removed
    46 !
    47 ! Revision 1.11  2000/12/20 10:18:58  letzel
    48 ! All comments translated into English.
    49 !
    50 ! Revision 1.9  1999/11/25 16:19:07  raasch
    51 ! TIMEF jetzt als Function-Aufruf
    52 !
    53 ! Revision 1.8  1999/03/03 09:26:14  raasch
    54 ! Zeitmessung auf T3E grundsaetzlich auf TIMEF umgestellt
    55 !
    56 ! Revision 1.7  1998/12/15 07:32:39  raasch
    57 ! Messung der wahren I/O-Zeiten auf T3E mit TIMEF moeglich
    58 !
    59 ! Revision 1.4  1997/09/16 06:37:24  raasch
    60 ! Zeitmessungen auf t3e umgestellt auf tsecnd (schneller als mpi_wtime)
    6115!
    6216! Revision 1.1  1997/07/24 11:12:29  raasch
     
    6721! ------------
    6822! Cpu-time measurements for any program part whatever.
    69 !-------------------------------------------------------------------------------!
     23!------------------------------------------------------------------------------!
    7024
    7125    USE cpulog
Note: See TracChangeset for help on using the changeset viewer.