summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-12-08 12:29:40 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-12-08 12:29:40 +0000
commit7f9059691119315cf7354bafddcc647a8075c0f2 (patch)
tree95384d676f7b95c704c8361e5084d6d2e9967236 /doc
parentdd3d0935adcc837ee1145a86d16252ef1671d3f4 (diff)
Add new configuration option OPENMP to enable/disable OpenMP support.
This option is accompanied by the option set {C,CXX,F77,F90}_OPENMP_FLAGS through which users can overwrite the default OpenMP options set in the known-architectures file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4513 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/RunningCactus.tex24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 5420b3ee..07bc107b 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -482,8 +482,7 @@ compiler reports error messages about unrecognised \verb|#| directives.
\item [\texttt{CROSS\_COMPILE}] Enables cross compilation.
Available options are \texttt{yes} and \texttt{no}, the default is
- \texttt{no}. To create a cross compiled configuration one must explicitly set
- this option to \texttt{yes}.
+ \texttt{no}. To create a cross compiled configuration one must explicitly set this option to \texttt{yes}.
\item [\texttt{DISABLE\_REAL16}] Disable support for the data type
\texttt{CCTK\_REAL16}. The only options available are \texttt{yes} and
@@ -516,6 +515,27 @@ type of debuggin being used.
Debug flags for the Fortran 77 compiler, their use depends on the
type of debugging being used.
+\item [\texttt{OPENMP}]
+* Specifies whether OpenMP support should be enabled. The only options
+ currently available are \texttt{yes} and \texttt{no}. The default
+ is to disable OpenMP support.
+
+\item [\texttt{C\_OPENMP\_FLAGS}]
+OpenMP flags for the C compiler, their use depends on the type of
+OpenMP support being used.
+
+\item [\texttt{CXX\_OPENMP\_FLAGS}]
+OpenMP flags for the C++ compiler, their use depends on the type of
+OpenMP support being used.
+
+\item [\texttt{F90\_OPENMP\_FLAGS}]
+OpenMP flags for the Fortran 90 compiler, their use depends on the
+type of OpenMP support being used.
+
+\item [\texttt{F77\_OPENMP\_FLAGS}]
+OpenMP flags for the Fortran 77 compiler, their use depends on the
+type of OpenMP support being used.
+
\item [\texttt{OPTIMISE, OPTIMIZE}]
* Specifies what type of optimisation should be used. The only options currently
available are \texttt{yes} and \texttt{no}. The default is to use optimisation.\\