Changeset 79abee9 in flexpart.git for src/FLEXPART_MPI.f90


Ignore:
Timestamp:
Jun 20, 2016, 4:08:51 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:
f28aa0a
Parents:
ed82e08
Message:

Fix for issue #151 (improper use of MPI_IN_PLACE). Also changed default RELEASES file to use SPECIES_001.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    r32b49c3 r79abee9  
    454454  else
    455455    if (mp_partgroup_pid.ge.0) then ! Skip for readwind process
    456       call MPI_Reduce(tot_blc_count, tot_blc_count, 1, MPI_INTEGER8, MPI_SUM, id_root, &
     456      call MPI_Reduce(tot_blc_count, 0, 1, MPI_INTEGER8, MPI_SUM, id_root, &
    457457           & mp_comm_used, mp_ierr)
    458       call MPI_Reduce(tot_inc_count, tot_inc_count, 1, MPI_INTEGER8, MPI_SUM, id_root, &
     458      call MPI_Reduce(tot_inc_count, 0, 1, MPI_INTEGER8, MPI_SUM, id_root, &
    459459           & mp_comm_used, mp_ierr)
    460460    end if
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG