From: Wolfgang Bangerth Date: Fri, 23 Aug 2019 03:01:15 +0000 (-0600) Subject: Clarify something in the readme file that seems to perpetually perplex people. X-Git-Tag: v9.2.0-rc1~1191^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8626%2Fhead;p=dealii.git Clarify something in the readme file that seems to perpetually perplex people. --- diff --git a/doc/readme.html b/doc/readme.html index 71a49c0653..5c54bb5a1c 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -168,7 +168,13 @@ cd build cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II - We recommend compiling deal.II in parallel if your machine has more than one processor core. This can be done by providing the --jobs flag to make with a numerical argument. Here we compile with four make jobs: + We recommend compiling deal.II in parallel if your machine has + more than one processor core. This can be done by providing + the --jobs=N flag to make with a + numerical argument N. (The + argument --jobs=N is often abbreviated + as -jN.) Here we compile with four make + jobs:
   make --jobs=4 install
   make test
@@ -180,9 +186,10 @@
     

- Note:

+ Notes: