Skip to content

Commit

Permalink
tpetra: update kokkos supported version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Aug 8, 2024
1 parent 397e21e commit 0dde5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tpetra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TRIBITS_ADD_OPTION_AND_DEFINE(
# Supported Kokkos version in Trilinos
# NOTE: When we snapshot Kokkos into Trilinos, we have to update these numbers to maintain
# compatibility with external Kokkos
SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.3.1")
SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.4.0")


# Option to allow developers to ignore incompatible Kokkos versions
Expand Down

0 comments on commit 0dde5a5

Please sign in to comment.