Ignore:
Timestamp:
Apr 11, 2019 11:29:34 AM (5 years ago)
Author:
kanani
Message:

restructure/add location/debug messages

File:
1 edited

Legend:

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

    r3884 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3884 2019-04-10 13:31:55Z Giersch
    2731! id_recycling is only calculated in case of tubulent inflow
    2832!
     
    348352#if defined( __parallel )
    349353
    350     CALL location_message( 'creating virtual PE grids + MPI derived data types', &
    351                            .FALSE. )
     354    CALL location_message( 'creating virtual PE grids + MPI derived data types', 'start' )
    352355
    353356!
     
    13941397    ENDIF
    13951398
    1396     CALL location_message( 'finished', .TRUE. )
     1399    CALL location_message( 'creating virtual PE grids + MPI derived data types', 'finished' )
    13971400
    13981401#else
Note: See TracChangeset for help on using the changeset viewer.