Changeset b5127f9 in flexpart.git for src/mpi_mod.f90


Ignore:
Timestamp:
Aug 4, 2017, 2:18:03 PM (7 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:
61e07ba, 1d072c0
Parents:
5184a7c
Message:

Fixed an inconsistency (serial vs parallel) with domain-filling option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mpi_mod.f90

    r4c64400 rb5127f9  
    332332! eso 08/2016: Increase maxpart per process, in case of unbalanced distribution
    333333    maxpart_mpi=int(mp_maxpart_factor*real(maxpart)/real(mp_partgroup_np))
     334    if (mp_np == 1) maxpart_mpi = maxpart
    334335
    335336! Do not allocate particle data arrays for readwind process
     
    550551! "numpart" is larger than the actual used, so we reduce it if there are
    551552! invalid particles at the end of the arrays
     553
    552554601 do i=num_part, 1, -1
    553555      if (itra1(i).eq.-999999999) then
     
    559561
    560562
    561 !601 end subroutine mpif_send_part_properties
    562563  end subroutine mpif_send_part_properties
    563564
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG