From: Bruno Turcksin Date: Tue, 4 Nov 2014 16:07:02 +0000 (-0600) Subject: Update the documentation about requiring at least Trilinos 11.2 X-Git-Tag: v8.2.0-rc1~85^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F220%2Fhead;p=dealii.git Update the documentation about requiring at least Trilinos 11.2 --- 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.