Ignore:
Timestamp:
Mar 8, 2016 5:49:27 AM (8 years ago)
Author:
raasch
Message:

pmc-change in server-client get-put, spectra-directives removed, spectra-package modularized

File:
1 edited

Legend:

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

    r1780 r1786  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix: nesting_mode is broadcast now
    2323!
    2424! Former revisions:
     
    211211         CALL MPI_BCAST( m_couplers(i)%lower_left_x, 1, MPI_REAL,    0, MPI_COMM_WORLD, istat )
    212212         CALL MPI_BCAST( m_couplers(i)%lower_left_y, 1, MPI_REAL,    0, MPI_COMM_WORLD, istat )
     213         CALL MPI_BCAST( nesting_mode, LEN( nesting_mode ), MPI_CHARACTER, 0, MPI_COMM_WORLD, istat )
    213214      ENDDO
    214215
Note: See TracChangeset for help on using the changeset viewer.