Changes in palm/trunk/SOURCE/cpu_log.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/cpu_log.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: cpu_log.f90,v $ 13 11 ! Revision 1.24 2006/06/02 15:12:17 raasch 14 12 ! 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) 15 61 ! 16 62 ! Revision 1.1 1997/07/24 11:12:29 raasch … … 21 67 ! ------------ 22 68 ! Cpu-time measurements for any program part whatever. 23 !------------------------------------------------------------------------------ !69 !-------------------------------------------------------------------------------! 24 70 25 71 USE cpulog
Note: See TracChangeset
for help on using the changeset viewer.