-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bartgol/update-ekat-submodule' into next (PR #6629)
Update EKAT and Haero submodules. Crucial to get new remote for yaml-cpp. [BFB]
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ekat
updated
14 files
+2 −2 | .gitmodules | |
+30 −0 | LICENSE.txt | |
+7 −4 | cmake/EkatMpiUtils.cmake | |
+1 −1 | src/ekat/ekat_pack_kokkos.hpp | |
+39 −0 | src/ekat/ekat_parameter_list.cpp | |
+4 −1 | src/ekat/ekat_parameter_list.hpp | |
+12 −0 | src/ekat/std_meta/ekat_std_any.hpp | |
+1 −2 | src/ekat/util/ekat_scaling_factor.hpp | |
+2 −4 | src/ekat/util/ekat_units.hpp | |
+1 −1 | tests/algorithm/tridiag_tests_correctness.cpp | |
+1 −1 | tests/kokkos/kokkos_utils_tests.cpp | |
+2 −2 | tests/kokkos/workspace_tests.cpp | |
+35 −23 | tests/pack/pack_kokkos_tests.cpp | |
+17 −0 | tests/utils/util_tests.cpp |