Re: [OMPI devel] Missing MPI 3 definitions

2014-03-27 Thread Jeff Squyres (jsquyres)
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

Re: [OMPI devel] Missing MPI 3 definitions

2014-03-27 Thread Jeff Squyres (jsquyres)
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

[OMPI devel] Missing MPI 3 definitions

2014-03-27 Thread Lisandro Dalcin
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