Actually, I stand corrected -- we don't have MPI_Comm_set|get_info() at all.
Oops. I'll go add them.
On Mar 27, 2014, at 3:25 PM, "Jeff Squyres (jsquyres)"
wrote:
> Yoinks. Those look like oversights.
>
> I see set_info and get_info on the trunk, for example -- I think we just
> forgot t
Yoinks. Those look like oversights.
I see set_info and get_info on the trunk, for example -- I think we just forgot
to bring them to v1.7/v1.8.
On Mar 27, 2014, at 3:18 PM, Lisandro Dalcin wrote:
> In 1.7.5, you guys bumped MPI_VERSION to 3 but forgot to add
> definitions for the following c
In 1.7.5, you guys bumped MPI_VERSION to 3 but forgot to add
definitions for the following constants:
MPI_ERR_RMA_SHARED
MPI_WEIGHTS_EMPTY
Also, the following two functions are missing:
MPI_Comm_set_info()
MPI_Comm_get_info()
PS: The two missing functions are trivial to provide, the first could