Ignore:
Timestamp:
May 9, 2014 2:25:13 PM (11 years ago)
Author:
raasch
Message:

output of location messages complemented, output of location bar added
(Makefile, check_parameters, cpulog, init_pegrid, init_3d_model, message, palm, parin, time_integration, new: progress_bar)
preprocessor switch intel_compiler added, -r8 compiler options removed
(.mrun.config.default, .mrun.config.imuk, .mrun.config.kiaps)

batch_job added to envpar-NAMELIST
(mrun, parin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/cpulog.f90

    r1370 r1402  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! location messages added
    2323!
    2424! Former revisions:
     
    293293
    294294
     295       CALL location_message( 'calculating cpu statistics', .FALSE. )
     296
    295297!
    296298!--    Compute cpu-times in seconds
     
    532534       ENDIF
    533535
     536       CALL location_message( 'finished', .TRUE. )
    534537
    535538   100 FORMAT (A/11('-')//'CPU measures for ',I5,' PEs (',I5,'(x) * ',I5,'(y', &
Note: See TracChangeset for help on using the changeset viewer.