Re: [OMPI users] [Open MPI Announce] Open MPI v2.1.1 released

2017-05-10 Thread Jeff Squyres (jsquyres)
On May 10, 2017, at 4:50 PM, Joseph Schuchart wrote: > > > - Fix memory allocated by MPI_WIN_ALLOCATE_SHARED to > > be 64 byte aligned. > > The alignment has been fixed to 64 *bit* or 8 byte, just in case someone is > relying on it or stumbling across that. Verified using 2.1.1 just now. Oop

Re: [OMPI users] [Open MPI Announce] Open MPI v2.1.1 released

2017-05-10 Thread Joseph Schuchart
Dear OpenMPI developers, Thanks for the great work and the many fixes in this release. Without meaning to nitpick here, but: > > - Fix memory allocated by MPI_WIN_ALLOCATE_SHARED to > > be 64 byte aligned. The alignment has been fixed to 64 *bit* or 8 byte, just in case someone is relying