Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Aug 9, 2024
1 parent a5c05cb commit 7be9ef0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cime
Submodule cime updated 38 files
+6 −18 .github/workflows/testing.yml
+41 −100 CIME/Tools/Makefile
+27 −4 CIME/Tools/xmlchange
+2 −1 CIME/XML/files.py
+10 −16 CIME/build.py
+5 −4 CIME/build_scripts/buildlib.mpi-serial
+13 −1 CIME/config.py
+39 −68 CIME/data/config/cesm/config_files.xml
+19 −10 CIME/locked_files.py
+1 −1 CIME/non_py/src/timing/Makefile
+1 −1 CIME/scripts/query_config.py
+3 −3 CIME/tests/base.py
+6 −4 CIME/tests/test_sys_cime_case.py
+11 −18 CIME/tests/test_sys_create_newcase.py
+3 −1 CIME/tests/test_sys_full_system.py
+1 −1 CIME/tests/test_sys_manage_and_query.py
+11 −0 CIME/tests/test_unit_locked_files.py
+1 −1 CIME/utils.py
+4 −2 CIME/wait_for_tests.py
+1 −10 CMakeLists.txt
+0 −52 Externals.cfg
+0 −7 Externals_cime.cfg
+7 −24 docker/Dockerfile
+57 −39 docker/entrypoint.sh
+0 −38 tools/load_balancing_tool/LICENSE.TXT
+0 −13 tools/load_balancing_tool/README
+0 −443 tools/load_balancing_tool/layouts.py
+0 −432 tools/load_balancing_tool/load_balancing_solve.py
+0 −396 tools/load_balancing_tool/load_balancing_submit.py
+0 −388 tools/load_balancing_tool/optimize_model.py
+0 −0 tools/load_balancing_tool/tests/__init__.py
+0 −187 tools/load_balancing_tool/tests/atm_lnd.py
+0 −29 tools/load_balancing_tool/tests/example.json
+0 −335 tools/load_balancing_tool/tests/load_balancing_test.py
+0 −39 tools/load_balancing_tool/tests/test.xml
+0 −187 tools/load_balancing_tool/tests/timing/timing_1
+0 −187 tools/load_balancing_tool/tests/timing/timing_2
+0 −187 tools/load_balancing_tool/tests/timing/timing_3
2 changes: 1 addition & 1 deletion libraries/mpi-serial
Submodule mpi-serial updated 5 files
+674 −0 COPYING
+0 −0 ChangeLog
+368 −0 INSTALL
+0 −0 NEWS
+1 −1 configure.ac
2 changes: 1 addition & 1 deletion share
Submodule share updated 72 files
+54 −0 .github/actions/buildshare/action.yaml
+108 −0 .github/workflows/extbuild.yml
+0 −177 .github/workflows/srt.yml
+137 −0 CMakeLists.txt
+8 −12 buildlib.csm_share
+71 −0 cmake/Compilers.cmake
+147 −0 cmake/FindESMF.cmake
+134 −0 cmake/Sourcelist_utils.cmake
+169 −0 cmake/add_pfunit_ctest.cmake
+90 −0 cmake/genf90_utils.cmake
+10 −17 src/CMakeLists.txt
+0 −19 src/esmf_wrf_timemgr/CMakeLists.txt
+0 −19 src/esmf_wrf_timemgr/ESMF.F90
+0 −102 src/esmf_wrf_timemgr/ESMF_AlarmClockMod.F90
+0 −1,040 src/esmf_wrf_timemgr/ESMF_AlarmMod.F90
+0 −1,089 src/esmf_wrf_timemgr/ESMF_BaseMod.F90
+0 −459 src/esmf_wrf_timemgr/ESMF_BaseTimeMod.F90
+0 −502 src/esmf_wrf_timemgr/ESMF_CalendarMod.F90
+0 −1,247 src/esmf_wrf_timemgr/ESMF_ClockMod.F90
+0 −83 src/esmf_wrf_timemgr/ESMF_FractionMod.F90
+0 −36 src/esmf_wrf_timemgr/ESMF_Macros.inc
+0 −45 src/esmf_wrf_timemgr/ESMF_ShrTimeMod.F90
+0 −167 src/esmf_wrf_timemgr/ESMF_Stubs.F90
+0 −1,739 src/esmf_wrf_timemgr/ESMF_TimeIntervalMod.F90
+0 −45 src/esmf_wrf_timemgr/ESMF_TimeMgr.inc
+0 −1,572 src/esmf_wrf_timemgr/ESMF_TimeMod.F90
+0 −60 src/esmf_wrf_timemgr/Makefile
+0 −65 src/esmf_wrf_timemgr/MeatMod.F90
+0 −19 src/esmf_wrf_timemgr/README
+0 −63 src/esmf_wrf_timemgr/unittests/Makefile
+0 −14 src/esmf_wrf_timemgr/unittests/go.csh
+0 −312 src/esmf_wrf_timemgr/unittests/test.F90
+0 −17 src/esmf_wrf_timemgr/unittests/wrf_stuff.F90
+0 −9 src/esmf_wrf_timemgr/wrf_error_fatal.F90
+0 −5 src/esmf_wrf_timemgr/wrf_message.F90
+1,468 −0 src/m_MergeSorts.F90
+0 −1,242 src/mct_mod.F90
+895 −0 src/nuopc_shr_methods.F90
+1 −1 src/shr_assert_mod.F90.in
+0 −16 src/shr_flds_mod.F90
+0 −3,463 src/shr_map_mod.F90
+0 −860 src/shr_mct_mod.F90
+2 −2 src/shr_mpi_mod.F90
+0 −817 src/shr_pcdf_mod.F90
+54 −23 src/shr_reprosum_mod.F90
+2 −2 src/shr_spfn_mod.F90
+1 −1 src/shr_sys_mod.F90
+0 −403 src/shr_taskmap_mod.F90
+0 −163 test/old_unit_testers/Makefile
+0 −327 test/old_unit_testers/Mkdepends
+0 −60 test/old_unit_testers/Mksrcfiles
+0 −212 test/old_unit_testers/bundle_expected.F90
+0 −7 test/old_unit_testers/config.h
+0 −369 test/old_unit_testers/make.Macros
+0 −10 test/old_unit_testers/namelist
+0 −2 test/old_unit_testers/nl/atm.stdin
+0 −2 test/old_unit_testers/nl/cpl.stdin
+0 −2 test/old_unit_testers/nl/ice.stdin
+0 −2 test/old_unit_testers/nl/lnd.stdin
+0 −2 test/old_unit_testers/nl/ocn.stdin
+0 −96 test/old_unit_testers/run_dshr_bundle_test
+0 −68 test/old_unit_testers/run_file_test
+0 −339 test/old_unit_testers/test_mod.F90
+0 −220 test/old_unit_testers/test_shr_file.F90
+0 −28 test/old_unit_testers/test_shr_log.F90
+0 −291 test/old_unit_testers/test_shr_mpi.F90
+0 −47 test/old_unit_testers/test_shr_orb.F90
+0 −156 test/old_unit_testers/test_shr_scam.F90
+0 −663 test/old_unit_testers/test_shr_streams.F90
+0 −75 test/old_unit_testers/test_shr_sys.F90
+0 −108 test/old_unit_testers/test_shr_tInterp.F90
+3 −6 test/unit/shr_cal_test/CMakeLists.txt

0 comments on commit 7be9ef0

Please sign in to comment.