-
-
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
MPI.jl fails to find homebrew MPI in macos Sonoma runner #828
Comments
Why not just use the default MPI? |
Because at some point we did just that, and we realized that many of our users were finding issues that were not being picked up by our CI tests. |
BTW we basically copied the workflow from you, so we expect that if you rerun your CI you should see the same issues (your last run was 3 days ago and used the old runners). |
Is this because macos-latest now is aarch64-darwin? |
I don't know if that's the cause, but yes, they are arm now |
Would setting macos-13 instead of macos-latest help? |
That or macos-12 worked for us (on a similar issue, but unrelated to MPI.jl) |
Testing this right now Julia-Tempering/Pigeons.jl#230. Went with macos-12 because this was used in the last successful run |
We probably still want to understand what's happening, but currently I personally don't have the time to do that, but at least using an older macos image should help with getting a working environment. |
Ok confirmed that using macos-12 still works. Per @giordano's comment I'll leave the issue open until a more permanent solution arises. |
It's failing here as well: I don't really have the time to look into it at the moment though. |
Originally posted by @giordano in #829 (comment) |
Thanks for fixing this! I'll borrow your solution for our own MPI tests. |
I think #832 is slightly nicer as it doesn't involve messing with environment variables (but that requires a change in |
Ah thanks yes I just saw that. Will switch to that approach once it is merged |
Hi folks -- as the title says, we're getting the following error in our CI workflow
https://github.com/Julia-Tempering/Pigeons.jl/actions/runs/8849574516/job/24301884110#step:7:1236
The same happens for openmpi. Not sure if this is an issue on your end or upstream (julia's Libdl).
The text was updated successfully, but these errors were encountered: