-
Notifications
You must be signed in to change notification settings - Fork 157
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
CI no longer working? #820
Comments
Hm not offhand. It's using a cached copy of mpich (which is built through Spack), so it's possible but unlikely that mpi_f08.mod would be randomly missing... I'm not sure why this would be happening "suddenly," but it might be worth explicitly setting "CMAKE_C_COMPILER=mpicc" and "CMAKE_Fortran_COMPILER=mpifort". If that doesn't work, you could look at the output of Also clearing the cache is my go-to "turn it off and back on" solution... |
Addendum: I just tried installing [email protected] with Spack on my personal machine and there's also no mpi_f08.mod, so I have to imagine that's related. I'll look into why it's missing (or maybe it was never there?). |
Likely culprit: https://github.com/NCAR/ccpp-framework/blob/011db4f80a02cba6d65958ace56e8efb197be62b/src/ccpp_types.F90 (the ccpp framework submodule was updated in fv3atm a couple weeks ago) |
It will be fixed in this PR #805 |
@junwang-noaa and @DusanJovic-NOAA the settings on this repo should be set so that no PR which breaks CI can be merged. |
Fixed in #811 |
@DusanJovic-NOAA have repo settings been changed to prevent recurrence? |
I didn't change anything but I see those two settings are already selected. |
The CI is failing like this:
@AlexanderRichert-NOAA any idea why this is happening?
The text was updated successfully, but these errors were encountered: