]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Trilinos: require 13.2 18272/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 21 Mar 2025 14:22:07 +0000 (10:22 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 21 Mar 2025 14:28:29 +0000 (10:28 -0400)
cmake/configure/configure_20_trilinos.cmake
doc/external-libs/trilinos.html

index a207f0b6362e0264e4d2bcc04cddf72c4f803953..ed568f3e289655e1540d95e8ba5a0434f3359792 100644 (file)
@@ -79,17 +79,17 @@ macro(feature_trilinos_find_external var)
     endif()
 
     #
-    # We require at least Trilinos 12.14.1
+    # We require at least Trilinos 13.2
     #
-    if(TRILINOS_VERSION VERSION_LESS 12.14.1)
+    if(TRILINOS_VERSION VERSION_LESS 13.2)
       message(STATUS "Could not find a sufficient Trilinos installation: "
-        "deal.II requires at least version 12.14.1, but version ${TRILINOS_VERSION} was found."
+        "deal.II requires at least version 13.2, 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 12.14.1.\n\n"
+        "deal.II requires at least version 13.2.\n\n"
       )
       set(${var} FALSE)
     endif()
index 8f4710d62a4d59edd22543235672d956b7ce8485..fb7322396270ec9f40c621f8f26cfff1c8ad671c 100644 (file)
@@ -49,7 +49,7 @@
     <h5>Installing Trilinos</h5>
 
     <p style="color: red">
-      Note: The current version of deal.II requires at least Trilinos 12.14.1.
+      Note: The current version of deal.II requires at least Trilinos 13.2.
       Deal.II is known to work with Trilinos up to 16.0.0. Other versions of
       Trilinos should work too but have not been tested prior to the
       release.
 
     <h5>BLAS and LAPACK</h5>
 
-    <p style="color: red">
-      Note: At the time of writing (November 2016) Trilinos (at least up to
-      v12.8.1) cannot link against LAPACK 3.6.0 or later, due to two symbols
-      that were deprecated (and removed by default) in LAPACK 3.6.0 (see the
-      <a href="https://www.netlib.org/lapack/lapack-3.6.0.html">
-      release notes</a>). To fix this, edit the Trilinos file
-      <code>packages/epetra/src/Epetra_LAPACK_wrappers.h</code> and change the
-      lines
-      <pre>
-
-    #define DGGSVD_F77  F77_BLAS_MANGLE(dggsvd,DGGSVD)
-    #define SGGSVD_F77  F77_BLAS_MANGLE(sggsvd,SGGSVD)
-      </pre>
-      to
-      <pre>
-
-    #define DGGSVD_F77  F77_BLAS_MANGLE(dggsvd3,DGGSVD3)
-    #define SGGSVD_F77  F77_BLAS_MANGLE(sggsvd3,SGGSVD3)
-      </pre>
-      before installing Trilinos. (Credit for this fix goes to
-      <a href="https://github.com/gahansen/Albany/wiki/ALCF-Vesta">this page</a>.)
-    </p>
-
     <p>
       Trilinos sometimes searches for other libraries but can't find
       them if they are not in the usual directories or have other

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.