summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 14:50:51 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 14:50:51 +0000
commit1fd1c9e06006a4a96e97afca588dd73e02bdd314 (patch)
treeab011183c22c83cdaa962b29bf3a4cee076d0da5 /doc/UsersGuide/RunningCactus.tex
parent6b159579c63e41bcc1ed9e34b91efe753886060c (diff)
Make error messages and debug information point to the real source
file instead of the preprocessed file. The options C_LINE_DIRECTIVES and F_LINE_DIRECTIVES control this behaviour. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3527 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index b47b6f3a..eb941021 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -433,6 +433,20 @@ for and preprocess Fortran code).
\item [{\tt ARFLAGS}]
Flags for the archiver.
+\item [{\tt C\_LINE\_DIRECTIVES}]
+Whether error messages and debug information in the compiled C and C++
+files should point to the original source file or to an internal file
+created by Cactus. The only options available are {\tt yes} and {\tt
+no}, the default is {\tt yes}. Set this to {\tt no} if your compiler
+reports error messages about unrecognised {\tt #} directives.
+
+\item [{\tt F\_LINE\_DIRECTIVES}]
+Whether error messages and debug information in the compiled Fortran
+files should point to the original source file or to an internal file
+created by Cactus. The only options available are {\tt yes} and {\tt
+no}, the default is {\tt yes}. Set this to {\tt no} if your compiler
+reports error messages about unrecognised {\tt #} directives.
+
\item [{\tt DEBUG}]
* Specifies what type of debug mode should be used,
the default is no debugging.
@@ -440,7 +454,6 @@ Current options are {\tt yes}, {\tt no}, or {\tt memory}. The option
{\tt yes} switches on all debugging features, whereas {\tt memory} just
employs memory tracing (\ref{sec:metr}).
-
\item [{\tt OPTIMISE, OPTIMIZE}]
* Specifies what type of optimisation should be used. The only options currently
available are {\tt yes} and {\tt no}. The default is to use optimisation.\\