Changes in palm/trunk/SOURCE/cpu_statistics.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/cpu_statistics.f90
r3 r1 1 1 SUBROUTINE cpu_statistics 2 2 3 !------------------------------------------------------------------------------ !3 !-------------------------------------------------------------------------------! 4 4 ! Actual revisions: 5 5 ! ----------------- … … 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: cpu_statistics.f90,v $ 13 11 ! Revision 1.13 2006/04/26 12:10:51 raasch 14 12 ! 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. 15 32 ! 16 33 ! Revision 1.1 1997/07/24 11:11:11 raasch … … 24 41 ! statistics. The output is sorted according to the amount of cpu-time consumed 25 42 ! and output on PE0. 26 !------------------------------------------------------------------------------ !43 !-------------------------------------------------------------------------------! 27 44 28 45 USE cpulog
Note: See TracChangeset
for help on using the changeset viewer.