From: Timo Heister Date: Fri, 24 Aug 2012 17:59:12 +0000 (+0000) Subject: write about working Trilinos versions X-Git-Tag: v8.0.0~2243 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776341efd64b2b57d6acdaed0a8392fe14cc3bc0;p=dealii.git write about working Trilinos versions git-svn-id: https://svn.dealii.org/trunk@26114 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index ee0efc5bf7..9a16777177 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -62,6 +62,12 @@ used to store boundary indicators internally.
    +
  1. +New: we are now compatible with Trilinos 10.4.2, 10.8.5, and 10.12.2. See the +readme for more information. +
    +(Timo Heister, 2012/08/24) +
  2. Changed: To make the naming of types defined in namespace types consistent, we have renamed types::subdomain_id_t to diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index d855aafc93..fd35d55b3a 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -137,9 +137,10 @@
    Trilinos starting with version 10.0

    - Note: Trilinos versions 10.6.x, 10.8.0, 10.8.1, and 10.10.2 are not compatible with + Note: Trilinos versions 10.6.x, 10.8.0, 10.8.1, 10.10.2, 10.12.1 are not compatible with deal.II. They contain subtle bugs related to (parallel) matrices and vectors. - We recommend staying with 10.4.2 for the time being. + Versions tested to work are 10.4.2, 10.8.5, and 10.12.2. We recommend only using + one of the tested versions for the time being.

    diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 8079f8957b..f35adb466e 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -561,12 +561,14 @@

    Trilinos

    - deal.II can also interface to Trilinos. The + deal.II can also interface + to Trilinos. The simplest way to use these interfaces is to pass --with-trilinos=/path/to/trilinos - to deal.II's ./configure script. More - configuration options can be found deal.II's ./configure script. Note + that not all versions of Trilinos are compatible + with deal.II. More details about compatibility and + configuration can be found here.