From: Uwe Köcher Date: Fri, 30 Oct 2015 19:31:56 +0000 (+0100) Subject: Update README.md X-Git-Tag: v0.7~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d0df53f810c7792a964799f8f91b3c58d052de;p=candi.git Update README.md --- diff --git a/README.md b/README.md index d7b988d..fd7e49f 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ Read carefully the output of `./candi.sh` before running! $> ./candi.sh --prefix=Your/Prefix/Path ``` -#### CLO: Using multiple build processes `[-j]`, `[--PROCS=]` +#### CLO: Using multiple build processes `[-j]`, `[--PROCS=]` ```bash - $> ./candi.sh -j + $> ./candi.sh -j ``` -* Remark: there is no whitespace character allowed between `-j` and the number ``. +* Remark: there is no whitespace character allowed between `-j` and the number ``. * Example: using 2 build processes `./candi.sh -j2` or `./candi.sh --PROCS=2`. * Be careful with that! You need to have enough system memory (e.g. at least 8GB for using 2 or more processes).