summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/IGE335/Section6.00.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/IGE335/Section6.00.tex b/doc/IGE335/Section6.00.tex
index f49f89b..c26d277 100644
--- a/doc/IGE335/Section6.00.tex
+++ b/doc/IGE335/Section6.00.tex
@@ -42,6 +42,12 @@ make
make clean
\end{verbatim}
+To speed up the build, run make with multiple jobs using the \texttt{-jN} option. For example, to run 8 parallel jobs:
+\begin{verbatim}
+make -j8
+make clean
+\end{verbatim}
+
\noindent To build an OpenMP-enabled version, simply write
\begin{verbatim}
make openmp=1