-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jgfouca/cime_update_2022_05_16' into next (PR #4952)
to 640f471c02f7663497c652aedf39a6564e7e800d Changes: 1) Remove GPU warning 2) Add support for containerized running of CIME Fixes: 1) Fix sys path for configure 2) Fix DAE test type 3) Fix E3SM provenance copying of GIT and preview run 4) Fix E3SM provenance: Fix build time provenance ('real' times) 5) Fix E3SM provenance: Fixes _find_gitroot 6) Fix buildlib.pio genf90 path for scorpio 7) create_test: Print correct project when using PROJECT from config_machines.xml [BFB] * jgfouca/cime_update_2022_05_16: Update CIME submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cime
updated
24 files
+0 −186 | .github/workflows/srt.yml | |
+0 −204 | .github/workflows/srt_nuopc.yml | |
+171 −0 | .github/workflows/testing.yml | |
+3 −2 | CIME/SystemTests/dae.py | |
+5 −1 | CIME/build_scripts/buildlib.pio | |
+4 −0 | CIME/case/case.py | |
+114 −44 | CIME/provenance.py | |
+1 −3 | CIME/test_scheduler.py | |
+2 −2 | CIME/tests/base.py | |
+1 −0 | CIME/tests/test_sys_jenkins_generic_job.py | |
+79 −8 | CIME/tests/test_unit_provenance.py | |
+24 −0 | CIME/tests/test_unit_utils.py | |
+31 −2 | CIME/utils.py | |
+130 −0 | docker/Dockerfile | |
+114 −0 | docker/README.md | |
+40 −0 | docker/config_machines.xml | |
+68 −0 | docker/docker.cmake | |
+200 −0 | docker/entrypoint.sh | |
+9 −0 | docker/pbs/config_batch.xml | |
+12 −0 | docker/pbs/entrypoint_batch.sh | |
+9 −0 | docker/pbs/pbs.conf | |
+32 −0 | docker/slurm/config_batch.xml | |
+5 −0 | docker/slurm/entrypoint_batch.sh | |
+148 −0 | docker/slurm/slurm.conf |