From 2f02fac6712bb7f604642ae336a6ab18f7d2abf4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 31 Aug 2010 01:15:03 +0000 Subject: [PATCH] Augment. git-svn-id: https://svn.dealii.org/trunk@21804 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme-petsc-trilinos.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.

-- 2.39.5