Skip to content

Commit

Permalink
Fixed kernel names
Browse files Browse the repository at this point in the history
  • Loading branch information
Forrest Wolfgang Glines committed Aug 25, 2023
1 parent aa13207 commit 3a8b38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pgen/cluster/cluster_reductions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LocalReduceColdGas(parthenon::MeshData<parthenon::Real> *md){
Real cold_gas = 0.0;

Kokkos::parallel_reduce(
"Cluster::ApplyClusterClips",
"LocalReduceColdGas",
Kokkos::MDRangePolicy<Kokkos::Rank<4>>(
DevExecSpace(), {0, kb.s, jb.s, ib.s},
{prim_pack.GetDim(5), kb.e + 1, jb.e + 1, ib.e + 1},
Expand Down Expand Up @@ -76,7 +76,7 @@ LocalReduceAGNExtent(parthenon::MeshData<parthenon::Real> *md){
Real max_r2 = 0.0;

Kokkos::parallel_reduce(
"Cluster::ApplyClusterClips",
"LocalReduceAGNExtent",
Kokkos::MDRangePolicy<Kokkos::Rank<4>>(
DevExecSpace(), {0, kb.s, jb.s, ib.s},
{cons_pack.GetDim(5), kb.e + 1, jb.e + 1, ib.e + 1},
Expand Down

0 comments on commit 3a8b38d

Please sign in to comment.