Changeset 0f7835d in flexpart.git for src/boundcond_domainfill_mpi.f90


Ignore:
Timestamp:
Aug 3, 2016, 3:02:42 PM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
861805a, 93786a1
Parents:
f28aa0a
Message:

Changed a variable in domain-filling option (MPI). Deleted an unused function from mpi_mod.f90

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