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
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
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
After writing some tests, I discovered Open MPI's MPI_Get_address()
fails if fed with MPI_BOTTOM. Is this on purpose of just an error
checking oversight?
$ cat get_address.c
#include
int main(int argc, char *argv[])
{
MPI_Aint addr;
MPI_Init(&argc, &argv);
MPI_Get_address(MPI_BOTTOM, &addr