Changeset 3182 for palm/trunk/SOURCE/pmc_parent_mod.f90
- Timestamp:
- Jul 27, 2018 1:36:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_parent_mod.f90
r3049 r3182 203 203 INTEGER(iwp) :: istat !< 204 204 205 206 205 DO i = 1, SIZE( pmc_parent_for_child )-1 207 206 … … 219 218 CALL MPI_COMM_REMOTE_SIZE( children(childid)%inter_comm, & 220 219 children(childid)%inter_npes, istat ) 221 222 220 ! 223 221 !-- Intra communicator is used for MPI_GET … … 228 226 229 227 ALLOCATE( children(childid)%pes(children(childid)%inter_npes)) 230 231 228 ! 232 229 !-- Allocate array of TYPE arraydef for all child PEs to store information … … 865 862 DO 866 863 CALL pmc_bcast( myname%couple_index, 0, comm=m_to_child_comm(childid) ) 864 867 865 IF ( myname%couple_index == -1 ) EXIT 866 868 867 CALL pmc_bcast( myname%parentdesc, 0, comm=m_to_child_comm(childid) ) 869 868 CALL pmc_bcast( myname%nameonparent, 0, comm=m_to_child_comm(childid) )
Note: See TracChangeset
for help on using the changeset viewer.