-
Notifications
You must be signed in to change notification settings - Fork 884
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
RMA - standard compliance and empty groups #9540
Comments
I can confirm that the |
I have a fix in the works. |
@devreal, Howard said he's working on a fix now |
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Oct 19, 2021
related to open-mpi#9540 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Merged
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Oct 19, 2021
related to open-mpi#9540 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Oct 25, 2021
related to open-mpi#9540 Signed-off-by: Howard Pritchard <howardp@lanl.gov> (cherry picked from commit e20108c)
Merged
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Oct 26, 2021
related to open-mpi#9540 Signed-off-by: Howard Pritchard <howardp@lanl.gov> (cherry picked from commit e20108c)
Merged
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Oct 26, 2021
related to open-mpi#9540 Signed-off-by: Howard Pritchard <howardp@lanl.gov> (cherry picked from commit e20108c)
Merged
closed via #9556 and related PRs to release branches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My issue (which is more a question) is twofold and originates from the small reproducer code
osc.cpp
that fails with OpenMPI.I think it relates to the issue Regression: MPI_Win_start()/complete() with MPI_GROUP_EMPTY #8677 which has been solved and merge since then (cfr in the reproducers
empty.cpp
). Do you have any idea of the release timeline for 4.1.2 (which I guess will contain the merge)?On some machines, the reproducer
osc.cpp
still fails with various MPI implementations while it goes through with others (likept2pt
). To me it raises the question of the compliance of the code with the MPI Standard. Would it be possible for a osc expert to take a look and confirm that the code complies to the standard? In particular to the type deletion right after theMPI_Get
and a single rank that is at the same time target and origin of RMA calls.Thank you very much for your time and your help!
The text was updated successfully, but these errors were encountered: