From: Daniel Arndt Date: Wed, 4 Jan 2023 16:31:22 +0000 (+0100) Subject: Drop the requirement for Trilinos+Kokkos rom 13.2 to 12.14.1 X-Git-Tag: v9.5.0-rc1~682^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4275b49d5cabcc63e611edafa36a9f316531bc2f;p=dealii.git Drop the requirement for Trilinos+Kokkos rom 13.2 to 12.14.1 --- diff --git a/cmake/configure/configure_20_trilinos.cmake b/cmake/configure/configure_20_trilinos.cmake index 0bb04e4b74..593e026471 100644 --- a/cmake/configure/configure_20_trilinos.cmake +++ b/cmake/configure/configure_20_trilinos.cmake @@ -198,18 +198,18 @@ macro(feature_trilinos_find_external var) endif() # - # We require at least Trilinos 13.2 + # We require at least Trilinos 12.14.1 # - if(TRILINOS_VERSION VERSION_LESS 13.2) + if(TRILINOS_VERSION VERSION_LESS 12.14.1) message(STATUS "Could not find a sufficient Trilinos installation: " - "deal.II requires at least version 13.2 if the Trilinos installation includes Kokkos, " + "deal.II requires at least version 12.14.1 if the Trilinos installation includes Kokkos, " "but version ${TRILINOS_VERSION} was found." ) set(TRILINOS_ADDITIONAL_ERROR_STRING ${TRILINOS_ADDITIONAL_ERROR_STRING} "The Trilinos installation (found at \"${TRILINOS_DIR}\")\n" "with version ${TRILINOS_VERSION} is too old.\n" - "deal.II requires at least version 13.2 if the Trilinos installation includes Kokkos.\n\n" + "deal.II requires at least version 12.14.1 if the Trilinos installation includes Kokkos.\n\n" ) set(${var} FALSE) endif() diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index 169695583e..070295e9a7 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -50,7 +50,7 @@

Note: The current version of deal.II requires at least Trilinos 12.4 - (13.2 if Trilinos includes Kokkos). + (12.14.1 if Trilinos includes Kokkos). Deal.II is known to work with Trilinos up to 13.4. Other versions of Trilinos should work too but have not been tested prior to the release. diff --git a/doc/news/changes/20221230DanielArndt b/doc/news/changes/20221230DanielArndt index 4b5055a8a1..a58e6a8fdd 100644 --- a/doc/news/changes/20221230DanielArndt +++ b/doc/news/changes/20221230DanielArndt @@ -1,4 +1,4 @@ -Updated: The minimum version for Trilinos has been bumped to 13.2 if Trilinos +Updated: The minimum version for Trilinos has been bumped to 12.14.1 if Trilinos bundles Kokkkos.
(Daniel Arndt, 2022/12/30)