From 5520571096dea74ce5499843bf29853ba5739beb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 15 Jan 2011 21:28:40 +0000 Subject: [PATCH] Update. git-svn-id: https://svn.dealii.org/trunk@23198 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 77fbbc3e03..4cfc8011ed 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -262,9 +262,9 @@ all. Building all libraries takes somewhere between 4 minutes and several hours, depending on the number of processors your machine has, and requires about 2 GB of free disk space. If you have a - multi-processor machine, you can call make -j4 target-name + multi-processor machine, you can call make -j16 target-name to let make call multiple instances of the compiler - (in this case four). This speeds up compilation by about + (in this case sixteen). This speeds up compilation by about the factor given after -j, at least if you have as many processors.

-- 2.39.5