Changeset 46706c7 in flexpart.git for src/boundcond_domainfill_mpi.f90


Ignore:
Timestamp:
Aug 31, 2016, 9:01:42 AM (8 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
d404d98
Parents:
35fa90d (diff), 0f7835d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' of git.nilu.no:flexpart/flexpart into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/boundcond_domainfill_mpi.f90

    r7999df47 r0f7835d  
    232232
    233233        do m=1,mmass
    234           do ipart=minpart,maxpart
     234          do ipart=minpart,maxpart_mpi
    235235
    236236  ! If a vacant storage space is found, attribute everything to this array element
     
    331331            endif
    332332          end do
    333           if (ipart.gt.maxpart) &
     333          if (ipart.gt.maxpart_mpi) &
    334334               stop 'boundcond_domainfill.f: too many particles required'
    33533573        minpart=ipart+1
     
    464464
    465465        do m=1,mmass
    466           do ipart=minpart,maxpart
     466          do ipart=minpart,maxpart_mpi
    467467
    468468  ! If a vacant storage space is found, attribute everything to this array element
     
    562562            endif
    563563          end do
    564           if (ipart.gt.maxpart) &
     564          if (ipart.gt.maxpart_mpi) &
    565565               stop 'boundcond_domainfill.f: too many particles required'
    566566173       minpart=ipart+1
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG