Skip to content

Conversation

@hjelmn
Copy link
Member

@hjelmn hjelmn commented Dec 13, 2016

This commit fixes errors in the lb and extent of darray datatypes. For
these datatypes the lb should be the start offset of the rank's data
in the array and the extent should be the size of the entire
datatype. In master the lb was always 0 and the extent was always to
small. This commit updates the call to opal_datatype_resize to set the
correct lb and fixes the extent calculation.

Fixes #2561

Signed-off-by: Nathan Hjelm hjelmn@lanl.gov
(cherry picked from commit eb43922)
Signed-off-by: Nathan Hjelm hjelmn@lanl.gov

This commit fixes errors in the lb and extent of darray datatypes. For
these datatypes the lb should be the start offset of the rank's data
in the array and the extent should be the size of the entire
datatype. In master the lb was always 0 and the extent was always to
small. This commit updates the call to opal_datatype_resize to set the
correct lb and fixes the extent calculation.

Fixes open-mpi#2561

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
(cherry picked from commit eb43922)
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
@jsquyres
Copy link
Member

@hppritcha Good to go once CI finishes.

@jsquyres
Copy link
Member

Mellanox CI is unresponsive since yesterday; skipping.

@jsquyres jsquyres merged commit 2bcb994 into open-mpi:v2.x Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants