parthenon-hpc-lab / parthenon

Parthenon AMR infrastructure
https://parthenon-hpc-lab.github.io/parthenon/
Other
105 stars 33 forks source link

1D `par_reduce` missing #1075

Closed brryan closed 2 months ago

brryan commented 2 months ago

parthenon::par_reduce() over one dimension does not compile for me downstream. I assume we're just missing a specialization in kokkos_abstraction.hpp but I couldn't immediately work out the solution.

Yurlungur commented 2 months ago

@brryan see #1078

brryan commented 2 months ago

That solves my downstream problem thanks @Yurlungur