From a9b78586f025f25c706fd3d06efd306e6052a7e9 Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Mon, 7 Oct 2024 11:06:54 +0200 Subject: [PATCH] Bump Kokkos submodule to 4.4.1 --- CHANGELOG.md | 5 +++-- doc/sphinx/src/outputs.rst | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3e1946261e..eb7051c780ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,16 @@ - [[PR 1161]](https://github.com/parthenon-hpc-lab/parthenon/pull/1161) Make flux field Metadata accessible, add Metadata::CellMemAligned flag, small perfomance upgrades ### Changed (changing behavior/API/variables/...) +- [[PR 1186]](https://github.com/parthenon-hpc-lab/parthenon/pull/1186) Bump Kokkos submodule to 4.4.1 - [[PR 1171]](https://github.com/parthenon-hpc-lab/parthenon/pull/1171) Add PARTHENON_USE_SYSTEM_PACKAGES build option - [[PR 1172]](https://github.com/parthenon-hpc-lab/parthenon/pull/1172) Make parthenon manager robust against external MPI init and finalize calls ### Fixed (not changing behavior/API/variables/...) - [[PR 1178]](https://github.com/parthenon-hpc-lab/parthenon/pull/1178) Fix issue with mesh pointer when using relative residual tolerance in BiCGSTAB solver. -- [[PR1173]](https://github.com/parthenon-hpc-lab/parthenon/pull/1173) Make debugging easier by making parthenon throw an error if ParameterInput is different on multiple MPI ranks. +- [[PR 1173]](https://github.com/parthenon-hpc-lab/parthenon/pull/1173) Make debugging easier by making parthenon throw an error if ParameterInput is different on multiple MPI ranks. ### Infrastructure (changes irrelevant to downstream codes) -- [[PR1176]](https://github.com/parthenon-hpc-lab/parthenon/pull/1176) Move some code from header to implementation files +- [[PR 1176]](https://github.com/parthenon-hpc-lab/parthenon/pull/1176) Move some code from header to implementation files ### Removed (removing behavior/API/varaibles/...) diff --git a/doc/sphinx/src/outputs.rst b/doc/sphinx/src/outputs.rst index 60a7ec4c2b02..7196e4777bb3 100644 --- a/doc/sphinx/src/outputs.rst +++ b/doc/sphinx/src/outputs.rst @@ -609,7 +609,4 @@ For example, the following methods are valid to load data with ``yt`` ds = yt.load(filename,units_override=units_override,gamma=5./3.) -Currently, the ``yt`` frontend for Parthenon is hosted on the -``parthenon-frontend`` branch of this `yt fork `_. In -the future, the Parthenon frontend will be included in the main ``yt`` -repo. +The ``yt`` frontend for Parthenon is availble in ``yt >= 4.4``.