From: Wolfgang Bangerth Date: Sun, 13 Dec 2009 16:53:57 +0000 (+0000) Subject: Mention MPI. X-Git-Tag: v8.0.0~6735 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970c54bc9e29448f97cd668a0eff9af8933eb48d;p=dealii.git Mention MPI. git-svn-id: https://svn.dealii.org/trunk@20241 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.