From a8b2612b089cbb205de1799de5041b249fe7fffb Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 4 Nov 2014 10:07:02 -0600 Subject: [PATCH] Update the documentation about requiring at least Trilinos 11.2 --- doc/external-libs/trilinos.html | 7 +++---- doc/readme.html | 4 +--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index e0c2622446..ccad19b7e7 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -50,10 +50,9 @@
Installing Trilinos

- Note: Trilinos versions older than 10.12.2 can cause problems and are - therefore not recommended. The newest version tested to work is 11.4.1. - Major releases after this version may cause problems, so we recommend - sticking to this version if at all possible. + Note: The current version of deal.II requires at least Trilinos 11.2. + Deal.II is known to work with Trilinos 11.10.2. Others versions of + Trilinos should work too but we do not do regression tests with them.

diff --git a/doc/readme.html b/doc/readme.html index 1bffa14948..8faae0f3dc 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -422,9 +422,7 @@ a single machine, but only when using clusters of computers and linear algebra packages PETSc or Trilinos. To use this option with PETSc, PESTc must be compiled - with the option --with-64-bit-indices. To use this option - with Trilinos, Trilinos 11.2 or later is needed (there is a bug in - Trilinos 11.0 that prevents the use of 64bit indices). + with the option --with-64-bit-indices.

-- 2.39.5