Skip to content

Commit

Permalink
Merge pull request #483 from eagles-project/singhbalwinder/update-eka…
Browse files Browse the repository at this point in the history
…t-submodule

Update ekat submodule to current ekat's master
  • Loading branch information
singhbalwinder authored Sep 19, 2024
2 parents 0dff12a + c4f4a3e commit e5dfce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ekat
Submodule ekat updated 39 files
+2 −2 .gitmodules
+1 −1 CMakeLists.txt
+30 −0 LICENSE.txt
+3 −3 cmake/EkatCreateUnitTest.cmake
+77 −0 cmake/EkatCreateUnitTestWithAsserts.cmake
+79 −36 cmake/EkatMpiUtils.cmake
+23 −0 cmake/EkatUtils.cmake
+0 −15 cmake/TryCompileMPI.c
+0 −15 cmake/TryCompileMPI.cxx
+74 −0 cmake/gen_assert_test_src.py
+0 −1 cmake/tpls/EkatFindKokkos.cmake
+17 −12 cmake/tpls/EkatTPLs.cmake
+1 −1 extern/kokkos
+1 −1 extern/yaml-cpp
+82 −26 src/ekat/ekat_pack.hpp
+198 −85 src/ekat/ekat_pack_kokkos.hpp
+39 −0 src/ekat/ekat_parameter_list.cpp
+4 −1 src/ekat/ekat_parameter_list.hpp
+1 −0 src/ekat/ekat_session.cpp
+2 −2 src/ekat/kokkos/ekat_kokkos_utils.hpp
+159 −2 src/ekat/kokkos/ekat_subview_utils.hpp
+12 −0 src/ekat/std_meta/ekat_std_any.hpp
+1 −1 src/ekat/util/ekat_arch.cpp
+53 −21 src/ekat/util/ekat_lin_interp_impl.hpp
+75 −23 src/ekat/util/ekat_rational_constant.hpp
+73 −14 src/ekat/util/ekat_scaling_factor.hpp
+182 −100 src/ekat/util/ekat_units.hpp
+6 −6 tests/algorithm/lin_interp_test.cpp
+1 −1 tests/algorithm/tridiag_tests_correctness.cpp
+14 −6 tests/kokkos/CMakeLists.txt
+1 −2 tests/kokkos/kernel_on_host.cpp
+227 −1 tests/kokkos/kokkos_utils_tests.cpp
+2 −2 tests/kokkos/workspace_tests.cpp
+111 −35 tests/pack/pack_kokkos_tests.cpp
+43 −6 tests/pack/pack_tests.cpp
+28 −14 tests/units/units.cpp
+8 −0 tests/utils/CMakeLists.txt
+12 −0 tests/utils/assert_tests.cpp
+17 −0 tests/utils/util_tests.cpp

0 comments on commit e5dfce4

Please sign in to comment.