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/pmc_handle_communicator_mod.f90

    r3819 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3819 2019-03-27 11:01:36Z hellstea
    2731! Adjustable anterpolation buffer introduced on all nest boundaries, it is controlled
    2832! by the new nesting_parameters parameter anterpolation_buffer_width.
     
    524528!
    525529!-- Output location message
    526     CALL location_message( 'initialize communicators for nesting', .FALSE. )
     530    CALL location_message( 'initialize communicators for nesting', 'start' )
    527531!
    528532!-- Assign the layout to the corresponding internally used variable m_couplers
     
    563567    ENDIF
    564568
     569    CALL location_message( 'initialize communicators for nesting', 'finished' )
     570
    565571 END SUBROUTINE read_coupling_layout
    566572
Note: See TracChangeset for help on using the changeset viewer.