From: Wolfgang Bangerth Date: Sat, 15 Jan 2011 21:28:40 +0000 (+0000) Subject: Update. X-Git-Tag: v8.0.0~4484 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5520571096dea74ce5499843bf29853ba5739beb;p=dealii.git Update. git-svn-id: https://svn.dealii.org/trunk@23198 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.