-
Notifications
You must be signed in to change notification settings - Fork 47
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
JEDI CI container specs update and FMS update for JEDI-FV3 #1099
JEDI CI container specs update and FMS update for JEDI-FV3 #1099
Conversation
[email protected], [email protected]] | ||
[email protected], [email protected], | ||
# Added for new CI system 2024/04/30 | ||
[email protected], [email protected], [email protected] ] |
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.
nice
@Dooruk and/or @rtodling Do you know if it is ok to switch |
@climbfuji this shouldn't impact Swell. However @rtodling mentioned there could be some implications in terms of linking GEOSgcm and JEDI (running GEOS through JEDI) work. That is in a different env ( |
You are right, |
@eap Is this working for you? Should I open it pul for reviews and merging? Thanks! |
@climbfuji I've been building these today (and likely this will continue overnight) - I should be able to test the lot of them in our "ci-next" environment on Tuesday and I'll report back. |
Well, this is working for CI but the fms change looks like it has broken the tests. All three build environments are failing in the same way;
Here's a direct link to the failures: https://github.com/JCSDA-internal/mpas-jedi/pull/966/checks?check_run_id=24712175023 |
That is expected. We need this version of fms as "next" containers for a set of PRs |
@@ -180,7 +185,8 @@ spack: | |||
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \ | |||
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \ | |||
apt update && \ | |||
apt install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2022.1.0 intel-oneapi-compiler-fortran-2022.1.0 intel-oneapi-mkl-devel-2022.1.0 intel-oneapi-mpi-devel-2021.6.0 -y | |||
apt install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2022.1.0 intel-oneapi-compiler-fortran-2022.1.0 intel-oneapi-mkl-devel-2022.1.0 intel-oneapi-mpi-devel-2021.6.0 python3-nacl -y && \ | |||
rm -rf /var/lib/apt/lists/* |
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.
Note I've added this rm
command to each "RUN" directive with apt update
since it reduces the layer size.
@shlyaeva Note that @eap has new containers with the updated FMS. We need those for the FV3 dycore update branches. |
@shlyaeva - in order to use the new containers add |
I don't think this works. It needs a different branch of jedi-bundle, too. |
Summary
release-jcsda
to2023.04
for jedi-fv3-env andgmao-swell-env
(the latter to be confirmed by GMAO). This is needed for the FMS + FV3-DYCORE updates in fv3-jedi etc.Testing
Needs testing with gmao-swell-env on Discover (if change is ok for GMAO)Applications affected
JEDI CI (JEDI-FV3)
Systems affected
Container builds
Dependencies
n/a
Issue(s) addressed
n/a
Checklist
All dependency PRs/issues have been resolved and this PR can be merged.