-
Notifications
You must be signed in to change notification settings - Fork 901
osc rdma origin/target extent mixup #3569
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
Comments
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 24, 2017
…internal() Refs open-mpi#3569 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 25, 2017
…t_accumulate_internal() origin_datatype and target_datatype might be different and hence have different extent, so use either origin_extent of target_extent when appropriate. Refs open-mpi#3569 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 25, 2017
…t_accumulate_internal() origin_datatype and target_datatype might be different and hence have different extent, so use either origin_extent of target_extent when appropriate. Refs open-mpi#3569 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 26, 2017
…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]>
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 29, 2017
…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]> (cherry picked from commit 0f79259)
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 29, 2017
…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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The MPI_Accumulate call has a local count/type and a target count/type and a range check was being performed with remote_count * target_extent.
The result is
when running a testcase like this
https://gist.github.com/markalle/43e955343ea8ed7dd8bf757a73dae23d
I was using MXM and -mca osc rdma to hit the failure.
The text was updated successfully, but these errors were encountered: