From: Wolfgang Bangerth Date: Tue, 31 Aug 2010 01:15:03 +0000 (+0000) Subject: Augment. X-Git-Tag: v8.0.0~5614 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f02fac6712bb7f604642ae336a6ab18f7d2abf4;p=dealii.git Augment. git-svn-id: https://svn.dealii.org/trunk@21804 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index 6c72e06859..e675cf692a 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -182,7 +182,11 @@ 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. 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. + flip the value of the TPL_ENABLE_MPI flag above. Finally, + if your computer has more than one processor core, you may want to add + the -jN flag to the calls to make + where N is the number of compile jobs you want to run in + parallel.