From 3a8b38de86a80986e2b9b3722f3a31e4ea168683 Mon Sep 17 00:00:00 2001 From: Forrest Wolfgang Glines Date: Fri, 25 Aug 2023 15:33:25 -0600 Subject: [PATCH] Fixed kernel names --- src/pgen/cluster/cluster_reductions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pgen/cluster/cluster_reductions.cpp b/src/pgen/cluster/cluster_reductions.cpp index 05d9e2f7..6118566a 100644 --- a/src/pgen/cluster/cluster_reductions.cpp +++ b/src/pgen/cluster/cluster_reductions.cpp @@ -42,7 +42,7 @@ LocalReduceColdGas(parthenon::MeshData *md){ Real cold_gas = 0.0; Kokkos::parallel_reduce( - "Cluster::ApplyClusterClips", + "LocalReduceColdGas", Kokkos::MDRangePolicy>( DevExecSpace(), {0, kb.s, jb.s, ib.s}, {prim_pack.GetDim(5), kb.e + 1, jb.e + 1, ib.e + 1}, @@ -76,7 +76,7 @@ LocalReduceAGNExtent(parthenon::MeshData *md){ Real max_r2 = 0.0; Kokkos::parallel_reduce( - "Cluster::ApplyClusterClips", + "LocalReduceAGNExtent", Kokkos::MDRangePolicy>( DevExecSpace(), {0, kb.s, jb.s, ib.s}, {cons_pack.GetDim(5), kb.e + 1, jb.e + 1, ib.e + 1},