Changeset 1402 for palm/trunk/SOURCE/cpulog.f90
- Timestamp:
- May 9, 2014 2:25:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/cpulog.f90
r1370 r1402 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! location messages added 23 23 ! 24 24 ! Former revisions: … … 293 293 294 294 295 CALL location_message( 'calculating cpu statistics', .FALSE. ) 296 295 297 ! 296 298 !-- Compute cpu-times in seconds … … 532 534 ENDIF 533 535 536 CALL location_message( 'finished', .TRUE. ) 534 537 535 538 100 FORMAT (A/11('-')//'CPU measures for ',I5,' PEs (',I5,'(x) * ',I5,'(y', &
Note: See TracChangeset
for help on using the changeset viewer.