-
Notifications
You must be signed in to change notification settings - Fork 876
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
btl/ofi/mempatcher not happy with sessions when using enable-mca-dso #13021
Comments
@hppritcha Could this be related to #13014? |
maybe not sure. |
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jan 6, 2025
Turns out that when Open MPI is configured with --enable-mca-dso and is using the OFI MTL/BTL/common, a problem is brought out with the patcher framework the second time through closing the bml and hence btl frameworks. See issue open-mpi#13021. This patch fixes this problem. Signed-off-by: Howard Pritchard <[email protected]>
This was a different problem - not related to #13014 |
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jan 10, 2025
Turns out that when Open MPI is configured with --enable-mca-dso and is using the OFI MTL/BTL/common, a problem is brought out with the patcher framework the second time through closing the bml and hence btl frameworks. See issue open-mpi#13021. This patch fixes this problem. Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 860bbd6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
more problems with ofi btl and the use of mempatcher with the ofi libfabric memory monitoring system. Again sessions_init_twice test shows the problem;
happens in the second call to
MPI_Session_finalize
.This doesn't happen with default build, but when using
--enable-mca-dso
.The text was updated successfully, but these errors were encountered: