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


Ignore:
Timestamp:
Nov 24, 2017, 1:52:19 PM (6 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:
0ecc1fe
Parents:
0c00f1f
Message:

Fixed an issue with nested input fields, and nested output fields that have more than 1000 points in x or y (netcdf output)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mpi_mod.f90

    rbb579a9 rc2bd55e  
    19611961    if (readclouds) then
    19621962      j=j+1
    1963       call MPI_Irecv(ctwc(:,:,mind),d2s1*5,mp_sp,id_read,MPI_ANY_TAG,&
     1963      call MPI_Irecv(ctwc(:,:,mind),d2s1,mp_sp,id_read,MPI_ANY_TAG,&
    19641964           &MPI_COMM_WORLD,reqs(j),mp_ierr)
    19651965      if (mp_ierr /= 0) goto 600
     
    23262326      if (readclouds) then
    23272327        j=j+1
    2328         call MPI_Irecv(ctwcn(:,:,mind,k),d2s1*5,mp_sp,id_read,MPI_ANY_TAG,&
     2328        call MPI_Irecv(ctwcn(:,:,mind,k),d2s1,mp_sp,id_read,MPI_ANY_TAG,&
    23292329             &MPI_COMM_WORLD,reqs(j),mp_ierr)
    23302330        if (mp_ierr /= 0) goto 600
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG