Skip to content

Commit

Permalink
Merge pull request #315 from DARMA-tasking/314-update-for-kokkos-41-r…
Browse files Browse the repository at this point in the history
…ank-vs-rank

#314: Kokkos: Update rank capitalization for Kokkos 4.1
  • Loading branch information
lifflander committed Jul 11, 2023
2 parents 87f1ab4 + 7037db3 commit 1c0a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkpoint/container/view_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ inline void serialize_impl(SerializerT& s, Kokkos::View<T,Args...>& view) {
using ViewType = Kokkos::View<T,Args...>;
using ArrayLayoutType = typename ViewType::traits::array_layout;

static constexpr auto const rank_val = ViewType::Rank;
static constexpr auto const rank_val = ViewType::rank;

checkpointAssert(
ViewType::traits::is_managed,
Expand Down

0 comments on commit 1c0a93a

Please sign in to comment.