-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Silent crashes with system OpenMPI #519
Comments
Ah: we do this at Lines 62 to 67 in 9b69d79
but not by deps/build.jl .
Previous issues/changes: |
Actually we now do this: Are you using the latest version of MPI.jl? |
The issue occurred with v0.18.2. However, with fresh install today it did no longer occur with v0.18.2, nor using v0.19.1. Don't know what changed so far to prevent the bug. |
Okay, will close for now, but please reopen if you see it again. |
@luraess, @christophernhill and I have been noticing silent crashes with system OpenMPI on Satori, and locally.
during
build.jl
Julia would simply exit. We have to do something like:@christophernhill found https://www.open-mpi.org/faq/?category=troubleshooting#missing-symbols and IIRC we never got past
MPI.jl/deps/build.jl
Line 83 in d15a515
MPI.jl/src/implementations.jl
Line 50 in d15a515
Haven't had a chance to dig into this more.
The text was updated successfully, but these errors were encountered: