From 28a19f73c9cc6b219734df8fd25c921e95e537d1 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 5 Mar 2000 20:17:59 +0000 Subject: Adding documentation of configuration/compilation options OPTIMISE, WARNINGS, and DEBUG. Warning: these are not implemented yet on all machines. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1414 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/RunningCactus.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex index 9b8b3adf..45f417d8 100644 --- a/doc/UsersGuide/RunningCactus.tex +++ b/doc/UsersGuide/RunningCactus.tex @@ -396,7 +396,11 @@ Flags for the archiver \item [{\tt DEBUG}] Specifies what type of debug mode should be used. The only -option currently available is {\t ALL}. +option currently available is {\tt yes}. The default is no debugging. + +\item [{\tt OPTIMISE}] +Specifies what type of optimisation should be used. The only option +currently available is {\tt no}. The default is to use optimisation. \end{Lentry} @@ -476,7 +480,7 @@ Supported values are YES {\tt MPI} (the {\it Message Passing Interface}) can provides inter-processor communication. It can either be implemented natively on a machine (this is usual on most supercomputers), or through a standard package -such as {\tt MPICH}, {\tt MPICH-G}, {\tt LAM}, {WMPI}. +such as {\tt MPICH}, {\tt MPICH-G}, {\tt LAM}, or {WMPI}. To compile with MPI, the configure option is \newline @@ -742,10 +746,11 @@ the same. \begin{Lentry} +\item [{\tt gmake FJOBS=}] compile in parallel, across files within each thorn \item [{\tt gmake THORNLIST= [THORNLIST\_DIR=]}] uses the file {\tt dir/file} as the ThornList for the configuration. The directory defaults to the current directory -\item [{\tt gmake SILENT=no}] prints the commands that gmake is executing +\item [{\tt gmake SILENT=no}] print the commands that gmake is executing \item [{\tt gmake TJOBS=}] compile in parallel, across thorns -\item [{\tt gmake FJOBS=}] compile in parallel, across files within each thorn +\item [{\tt gmake WARNINGS=yes}] show compiler warnings during compilation. \end{Lentry} -- cgit v1.2.3