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 #2560

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#2560

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 jsquyres merged commit 29d0fb4 into open-mpi:v2.0.x Dec 14, 2016
@hppritcha
Copy link
Member

Fixes #2561

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.

4 participants