From 67b21f80917683019d11b7abac8874d87ccfad6e Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth --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:/path/to/install/dir
is the directory which deal.II should be installed into. This can be a directory in your home directory (e.g., ~/bin/deal.II
) or a directory such as /usr/local
if you have root privileges.
+ /path/to/install/dir
" in the
+ command above needs to be replaced by the path to the directory which deal.II should be installed into. This can be a directory in your home directory (e.g., ~/bin/deal.II
) or a directory such as /usr/local
if you have root privileges.
Another option is to use something like `pwd`/../installed/
(note the backticks).