From e01cc96ad160d8afb420afac3f9f1f4e082061a0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 1 Oct 2011 09:55:00 +0000 Subject: [PATCH] improve documentation about Trilinos versions. git-svn-id: https://svn.dealii.org/trunk@24494 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme-petsc-trilinos.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index 4ef7664565..229340e0ba 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -128,7 +128,7 @@
Trilinos starting with version 10.0

- Note: Trilinos versions 10.6.0 to 10.6.2 are not compatible with + Note: Trilinos versions 10.6.x are not compatible with deal.II. There are subtle bugs related to parallel matrices and vectors.

@@ -141,7 +141,7 @@ the following slightly longish set of commands:
-cd trilinos-10.0.2
+cd trilinos-10.4.2
 mkdir build
 cd build
 
@@ -156,7 +156,7 @@ cmake -D Trilinos_ENABLE_OPTIONAL_PACKAGES:BOOL=ON \
       -D CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE \
       -D Trilinos_VERBOSE_CONFIGURE:BOOL=FALSE \
       -D TPL_ENABLE_MPI:BOOL=OFF \
-      -D CMAKE_INSTALL_PREFIX:PATH=/w/bangerth/share/x86_64/trilinos-10.4.0 \
+      -D CMAKE_INSTALL_PREFIX:PATH=/w/bangerth/share/x86_64/trilinos-10.4.2 \
       -D BUILD_SHARED_LIBS:BOOL=ON `pwd`/..
 
 make
-- 
2.39.5