Changes in palm/trunk/SOURCE/cpu_log.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/cpu_log.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: cpu_log.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.24 2006/06/02 15:12:17 raasch 12 14 ! cpp-directives extended for lctit 13 !14 ! Revision 1.23 2004/01/28 15:08:52 raasch15 ! Type log changed to logpoint due to name conflict with intrinsic log16 !17 ! Revision 1.22 2003/05/09 14:15:18 raasch18 ! Time measurement on linux machines included, measurements on IBM are now using19 ! function irtc, which allows correct measurements for jobs running over20 ! the 24:00 timeline21 !22 ! Revision 1.21 2003/03/16 09:30:04 raasch23 ! Two underscores (_) are placed in front of all define-strings24 !25 ! Revision 1.20 2003/03/12 16:24:18 raasch26 ! Time measurement on NEC implemented27 !28 ! Revision 1.19 2002/12/20 09:38:43 raasch29 ! variable first is defined for all hosts30 !31 ! Revision 1.18 2002/12/19 14:09:36 raasch32 ! Output of warnings in case of negative cpu-times, STOP statement replaced by33 ! call of subroutine local_stop34 !35 ! Revision 1.17 2002/05/02 18:49:37 raasch36 ! Time measurement on IBM implemented37 !38 ! Revision 1.16 2001/03/30 07:00:43 raasch39 ! Translation of remaining German identifiers (variables, subroutines, etc.)40 !41 ! Revision 1.14 2001/01/25 06:56:49 raasch42 ! +cpp-directives for dec-alpha-workstations43 !44 ! Revision 1.13 2001/01/22 08:32:46 raasch45 ! Module test_variables removed46 !47 ! Revision 1.11 2000/12/20 10:18:58 letzel48 ! All comments translated into English.49 !50 ! Revision 1.9 1999/11/25 16:19:07 raasch51 ! TIMEF jetzt als Function-Aufruf52 !53 ! Revision 1.8 1999/03/03 09:26:14 raasch54 ! Zeitmessung auf T3E grundsaetzlich auf TIMEF umgestellt55 !56 ! Revision 1.7 1998/12/15 07:32:39 raasch57 ! Messung der wahren I/O-Zeiten auf T3E mit TIMEF moeglich58 !59 ! Revision 1.4 1997/09/16 06:37:24 raasch60 ! Zeitmessungen auf t3e umgestellt auf tsecnd (schneller als mpi_wtime)61 15 ! 62 16 ! Revision 1.1 1997/07/24 11:12:29 raasch … … 67 21 ! ------------ 68 22 ! Cpu-time measurements for any program part whatever. 69 !------------------------------------------------------------------------------ -!23 !------------------------------------------------------------------------------! 70 24 71 25 USE cpulog
Note: See TracChangeset
for help on using the changeset viewer.