Skip to content

Commit

Permalink
tpetra: update supported kokkos version to 4.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Ellingwood <[email protected]>
  • Loading branch information
ndellingwood committed Dec 17, 2024
1 parent ea71c53 commit ba75ae9
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.5.0")
SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.5.1")


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

0 comments on commit ba75ae9

Please sign in to comment.