diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ca04abc04d..a7373b19036b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Current develop ### Added (new features/APIs/variables/...) +- [[PR 1179]](https://github.com/parthenon-hpc-lab/parthenon/pull/1179) Make a global variable for whether simulation is a restart - [[PR 1171]](https://github.com/parthenon-hpc-lab/parthenon/pull/1171) Add PARTHENON_USE_SYSTEM_PACKAGES build option - [[PR 1161]](https://github.com/parthenon-hpc-lab/parthenon/pull/1161) Make flux field Metadata accessible, add Metadata::CellMemAligned flag, small perfomance upgrades diff --git a/tst/unit/CMakeLists.txt b/tst/unit/CMakeLists.txt index c892572bdde9..7d36ebb2be49 100644 --- a/tst/unit/CMakeLists.txt +++ b/tst/unit/CMakeLists.txt @@ -25,7 +25,7 @@ list(APPEND unit_tests_SOURCES test_unit_constants.cpp test_unit_domain.cpp test_unit_sort.cpp - kokkos_abstraction.cpp + test_kokkos_abstraction.cpp test_index_split.cpp test_logical_location.cpp test_forest.cpp diff --git a/tst/unit/kokkos_abstraction.cpp b/tst/unit/test_kokkos_abstraction.cpp similarity index 100% rename from tst/unit/kokkos_abstraction.cpp rename to tst/unit/test_kokkos_abstraction.cpp