summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 14:06:18 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 14:06:18 +0000
commit4280d224770d82de4c3f959b4fc7f3851d28471a (patch)
treed7982955412d1fab2560c3b0a7a531d3f029d392 /doc/UsersGuide/RunningCactus.tex
parent8ffe7169ac26eab3a5c957efca559aae86e88f83 (diff)
Added gmake options SILENT=no TJOBS and FJOBS
git-svn-id: http://svn.cactuscode.org/flesh/trunk@580 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index ebe68b58..08f483f6 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -767,8 +767,27 @@ is to do.
\end{itemize}
+
+
+\subsection{gmake options}
+\label{sec:gmta}
+
+An {\it option} for gmake can be thought of as an arguement which tells
+it how it should make a target. Note that the final result is always
+the same.
+
+\begin{itemize}
+
+\item {\tt gmake <target> SILENT=no} prints the commands that gmake is executing
+\item {\tt gmake <target> TJOBS=<number>} compile in parallel, across thorns
+\item {\tt gmake <target> FJOBS=<number>} compile in parallel, across files
+
+\end{itemize}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
\section{Compiling in thorns}
\label{sec:cointh}