-
-
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
Switching to default JLL-provided binary #661
Comments
It's already the case? Also, the docstring says
|
Ah, then I got confused by the docstring. Can we maybe change
to something like """
MPIPreferences.use_jll_binary([binary]; export_prefs=false, force=true)
...
""" ? |
Sounds good with me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I can tell,
MPIPreferences.use_jll_binary
requires to manually specify the desired JLL binary to use. IIRC, settingJULIA_MPI_BINARY=""
(to the empty string) automatically selected the default JLL binary. This was convenient if you just wanted to restore MPI.jl to "factory defaults". Would it be possible to bring this back, i.e., aMPIPreferences.use_jll_binary
method without thebinary
argument that then selects the default depending on the OS?The text was updated successfully, but these errors were encountered: