-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix #1185 #1189
Fix #1185 #1189
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I do not claim to fully understand it 🤷♂️
@sloede (or someone else with a Mac): Could you please check the macOS error? |
Do you know why it takes 16 minutes in the job to reach the test package initialization? |
It needs to precompile OrdinaryDiffEq.jl 😅 - and install and precompile Trixi.jl (before) |
@jlchan @andrewwinters5000 Could anyone of you test this? I still can't install MPI on my Macbook until Julia 1.8 😭 |
Looks like it is JuliaIO/HDF5.jl#997? |
Building Trixi on this branch now. Do you want me to just run the MPI and threaded tests locally? |
Yeah, I think running either set would be great. If it works, we can merge this from my point of view and need to wait until the HDF5 issue linked above is fixed |
Threaded tests run fine on my laptop. Running MPI now. |
Checked out this branch, and both MPI and threaded tests run on my 2020 Macbook Pro using Julia 1.7.3. |
Cool, thanks! I will merge this unless someone vetos (@sloede?) |
No veto. Thanks for the support! |
Closes #1185. See also #628 - something similar is happening here (type instability in profile view but everything is fine with
@code_warntype
).