Ignore:
Timestamp:
May 9, 2014 2:25:13 PM (10 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/init_pegrid.f90

    r1385 r1402  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! location messages modified
    2323!
    2424! Former revisions:
     
    178178#if defined( __parallel )
    179179
    180     CALL location_message( 'creating virtual PE grids + MPI derived data types' )
     180    CALL location_message( 'creating virtual PE grids + MPI derived data types', &
     181                           .FALSE. )
    181182!
    182183!-- Determine the processor topology or check it, if prescribed by the user
     
    10741075                        comm1dx, ierr )
    10751076
    1076     CALL location_message( 'finished' )
     1077    CALL location_message( 'finished', .TRUE. )
    10771078
    10781079#elif ! defined ( __parallel )
Note: See TracChangeset for help on using the changeset viewer.