Changeset f75967d in flexpart.git for src/FLEXPART_MPI.f90


Ignore:
Timestamp:
Jan 5, 2016, 12:20:01 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:
d8107c2
Parents:
d6a0977
Message:

Fixed a bug with number of occurances of wet scavenging written to stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    rd6a0977 rf75967d  
    436436    stop
    437437  endif
    438    
    439438
    440439
    441440  call timemanager
     441
    442442
    443443! NIK 16.02.2005
    444444  if (lroot) then
    445     call MPI_Reduce(MPI_IN_PLACE, tot_blc_count, 1, mp_pp, MPI_SUM, id_root, &
     445    call MPI_Reduce(MPI_IN_PLACE, tot_blc_count, 1, MPI_INTEGER, MPI_SUM, id_root, &
    446446         & mp_comm_used, mp_ierr)
    447     call MPI_Reduce(MPI_IN_PLACE, tot_inc_count, 1, mp_pp, MPI_SUM, id_root, &
     447    call MPI_Reduce(MPI_IN_PLACE, tot_inc_count, 1, MPI_INTEGER, MPI_SUM, id_root, &
    448448         & mp_comm_used, mp_ierr)
    449449  else
    450450    if (mp_partgroup_pid.ge.0) then ! Skip for readwind process
    451       call MPI_Reduce(tot_blc_count, tot_blc_count, 1, mp_pp, MPI_SUM, id_root, &
     451      call MPI_Reduce(tot_blc_count, tot_blc_count, 1, MPI_INTEGER, MPI_SUM, id_root, &
    452452           & mp_comm_used, mp_ierr)
    453       call MPI_Reduce(tot_inc_count, tot_inc_count, 1, mp_pp, MPI_SUM, id_root, &
     453      call MPI_Reduce(tot_inc_count, tot_inc_count, 1, MPI_INTEGER, MPI_SUM, id_root, &
    454454           & mp_comm_used, mp_ierr)
    455455    end if
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG