Re: [OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-09 Thread George Bosilca
PR#3500 (https://github.com/open-mpi/ompi/pull/3500) should fix the problem. Is not optimal, but it is simple and works in all cases. George. On Tue, May 9, 2017 at 2:39 PM, George Bosilca wrote: > Please go ahead and open an issue, I will attach the PR once I have the > core ready. A little

Re: [OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-09 Thread George Bosilca
Please go ahead and open an issue, I will attach the PR once I have the core ready. A little later today I think. George. > On May 9, 2017, at 14:32 , Dahai Guo wrote: > > Hi, George: > > any progress on it? an issue should be opened in github? or you already > opened one? > > Dahai > >

Re: [OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-09 Thread Jeff Squyres (jsquyres)
Yes, opening an issue would be great so that we can track this. Thank you! > On May 9, 2017, at 2:32 PM, Dahai Guo wrote: > > Hi, George: > > any progress on it? an issue should be opened in github? or you already > opened one? > > Dahai > > On Fri, May 5, 2017 at 1:27 PM, George Bosilca w

Re: [OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-09 Thread Dahai Guo
Hi, George: any progress on it? an issue should be opened in github? or you already opened one? Dahai On Fri, May 5, 2017 at 1:27 PM, George Bosilca wrote: > Indeed, our current implementation of the MPI_Sendrecv_replace prohibits > the use of MPI_ANY_SOURCE. Will work a patch later today. > >

Re: [OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-05 Thread George Bosilca
Indeed, our current implementation of the MPI_Sendrecv_replace prohibits the use of MPI_ANY_SOURCE. Will work a patch later today. George. On Fri, May 5, 2017 at 11:49 AM, Dahai Guo wrote: > The following code causes memory fault problem. The initial check shows > that it seemed caused by *o

[OMPI devel] about MPI_ANY_SOURCE in MPI_Sendrecv_replace

2017-05-05 Thread Dahai Guo
The following code causes memory fault problem. The initial check shows that it seemed caused by *ompi_comm_peer_lookup* with MPI_ANY_SOURCE, which somehow messed up the allocated temporary buffer used in SendRecv. any idea? Dahai #include #include #include #include #include #include #inc