Re: [OMPI users] Possible bugs in MPI_Neighbor_alltoallv()

2019-06-28 Thread Zhang, Junchao via users
Gilles, I tested your patch with our code and it fixed the problem. Thanks. --Junchao Zhang On Thu, Jun 27, 2019 at 11:46 PM Gilles Gouaillardet via users mailto:users@lists.open-mpi.org>> wrote: Thanks Junchao, I issued https://github.com/open-mpi/ompi/pull/6782 in order to fix this (and th

Re: [OMPI users] Possible bugs in MPI_Neighbor_alltoallv()

2019-06-27 Thread Gilles Gouaillardet via users
Thanks Junchao, I issued https://github.com/open-mpi/ompi/pull/6782 in order to fix this (and the alltoallw variant as well) Meanwhile, you can manually download and apply the patch at https://github.com/open-mpi/ompi/pull/6782.patch Cheers, Gilles On 6/28/2019 1:10 PM, Zhang, Junchao