Re: [OMPI devel] MPI_Buffer_detach fortran binding

2015-06-29 Thread Jeff Squyres (jsquyres)
Good catch. The type was wrong, too -- it should be C_PTR. I pushed a fix to master and PRs to v1.10 and v2.x -- can you review? > On Jun 29, 2015, at 10:44 AM, Gilles Gouaillardet > wrote: > > Jeff, > > the first argument of MPI_Buffer_detach is >OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(I

[OMPI devel] MPI_Buffer_detach fortran binding

2015-06-29 Thread Gilles Gouaillardet
Jeff, the first argument of MPI_Buffer_detach is OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buffer_addrfrom use-mpi-f08 however, the standard states this is TYPE(C_PTR), INTENT(OUT) (and yes, this is very counter intuitive ... at first glance only) can you please confirm this is an Open MPI bu