Re: [OMPI devel] MPI_Get_address() with MPI_BOTTOM

2016-02-11 Thread Jeff Squyres (jsquyres)
We re-opened it, though. :) I saw Nathan fix it in the c bindings; I'm not sure if he fixed it in fortran yet. It's noted on the pull request, though. Yes, if you'd like to file directly on Github, that would be great. Sent from my phone. No type good. > On Feb 11, 2016, at 2:49 PM, Lisandr

Re: [OMPI devel] MPI_Get_address() with MPI_BOTTOM

2016-02-11 Thread Lisandro Dalcin
On 11 February 2016 at 14:41, Jeff Squyres (jsquyres) wrote: > Nope, this is not on purpose. I filed > https://github.com/open-mpi/ompi/issues/1355 to track the issue. > Oh! I was not aware you are now tracking issues in GitHub. I think you closed the issue too quickly :-) I added some addition

Re: [OMPI devel] MPI_Get_address() with MPI_BOTTOM

2016-02-11 Thread Jeff Squyres (jsquyres)
Nope, this is not on purpose. I filed https://github.com/open-mpi/ompi/issues/1355 to track the issue. Thanks! > On Feb 11, 2016, at 3:15 AM, Lisandro Dalcin wrote: > > After writing some tests, I discovered Open MPI's MPI_Get_address() > fails if fed with MPI_BOTTOM. Is this on purpose of j