From e02c5e9f1db4f0b1a92127f3130ed73a184e164a Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 13 Dec 2009 16:53:57 +0000 Subject: [PATCH] Mention MPI. git-svn-id: https://svn.dealii.org/trunk@20241 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme-petsc-trilinos.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index c0ae43591a..6d08a8d50d 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -181,7 +181,7 @@ cmake \ -D Trilinos_ENABLE_ForTrilinos:BOOL=ON \ -D Trilinos_ENABLE_TESTS:BOOL=OFF \ -D Trilinos_ENABLE_EXAMPLES:BOOL=OFF \ - -D TPL_ENABLE_MPI:BOOL=ON \ + -D TPL_ENABLE_MPI:BOOL=OFF \ -D Trilinos_EXTRA_LINK_FLAGS:STRING="-lgfortran" \ -D CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE \ -D Trilinos_VERBOSE_CONFIGURE:BOOL=FALSE \ @@ -193,7 +193,9 @@ make install Again, the path into which you want to install Trilinos in the second to - last line of the cmake command needs to be adjusted. + last line of the cmake command needs to be adjusted. Obviously, if you + want to use Trilinos with MPI on parallel machines, you also need to + flip the value of the TPL_ENABLE_MPI flag above.

-- 2.39.5