Skip to content

v2.x: osc/rdma: use extent of the appropriate datatype in ompi_osc_rdma_rge… #3599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ggouaillardet
Copy link
Contributor

…t_accumulate_internal()

origin_datatype and target_datatype might be different and hence have different extent,
so use either origin_extent or target_extent when appropriate.

Refs #3569

Signed-off-by: Gilles Gouaillardet [email protected]

(back-ported from commit 0f79259)

…t_accumulate_internal()

origin_datatype and target_datatype might be different and hence have different extent,
so use either origin_extent or target_extent when appropriate.

Refs open-mpi#3569

Signed-off-by: Gilles Gouaillardet <[email protected]>

(back-ported from commit open-mpi/ompi@0f79259)
@ggouaillardet ggouaillardet added this to the v2.0.3 milestone May 29, 2017
@ggouaillardet ggouaillardet requested a review from hjelmn May 29, 2017 00:27
@ggouaillardet ggouaillardet modified the milestones: v2.1.2, v2.0.3 May 29, 2017
@bwbarrett
Copy link
Member

bot:ompi:retest

1 similar comment
@bwbarrett
Copy link
Member

bot:ompi:retest

@bwbarrett
Copy link
Member

bot:ompi:retest

Unfortunately, the open-mpi.pull_request build was a misconfiguration. it should be ignored in figuring out status of this PR (there's no good way to remove the check).

a buffer defined by (buf, count, dt)
will have data starting at buf+offset and ending len bytes later with
len = opal_datatype_span(&dt.super, count, &offset);

Signed-off-by: Gilles Gouaillardet <[email protected]>

(back-ported from commit open-mpi/ompi@`e622ca8c1c06d253005bcedd61f576af0dfbe68f)
@gpaulsen gpaulsen requested review from hjelmn and gpaulsen and removed request for hjelmn June 1, 2017 20:59
@hppritcha hppritcha merged commit 60bf641 into open-mpi:v2.x Jun 8, 2017
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.

6 participants