-
-
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
Precompilation error while installing MPI.jl #885
Comments
Hi, on which platform do you see these issue? |
Works for me on x86_64-linux-gnu, which is what you're using based on the tree hash of the artifact which appears in the error message (but as Ludovic suggested, providing system information would be best when reporting bugs):
However I note that |
I know it fails for some colleagues on macOS with Apple silicon chips... |
I use MacOS Sonoma. My Julia version is v1.10.
@luraess I have Apple M2 max processor. Is it a common error for Mac users? Would you happen to know of any workaround? |
Well, no you've got to explain how you ended up with Linux libraries. |
Oh, sorry, my bad! I got these errors while installing MPI.jl on a remote server from my machine. The remote server runs Ubuntu. Here are the details of the remote server's OS.
|
Works for me:
If anyone has problems there it'd be good to report that, but that's unrelated to this ticket, which is apparently related to a misconfiguration on @Gauthameshwar's side |
@giordano you are right. It seems to be an issue with just my current Julia dependencies. I tried to upgrade to v1.11 and reinstall I fixed it by |
Hi, I am new to Julia and am trying out parallelization using MPI. However, while installing it, I got some precompilation error that suggests some dependencies on HDF5 are having trouble.
This error does not affect while loading MPI, but when I try to use some other dependency of HDF5, it gives lots of errors that I cant figure out what it means.
Did this installation break something in the library registry? Could someone please help me out? Thank you very much!
The text was updated successfully, but these errors were encountered: