summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-25 10:05:39 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-25 10:05:39 +0000
commite047d33395e34d5b8e511179334cb57606b27cbb (patch)
tree41eaaac8f8cb1bb54b29cd4c1c1d6f559b1e472c /doc/UsersGuide/RunningCactus.tex
parent2d4c1949c22f678eb015147dec08c501516a22fc (diff)
Document the PETSc configuration option PETSC_ARCH_LIBS.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3408 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 702714fd..dc0a1166 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -720,6 +720,7 @@ the configure options are
PETSC = yes | no | <blank>
[ PETSC_DIR = <dir> ]
[ PETSC_ARCH = <architecture> ]
+[ PETSC_ARCH_LIBS = <architecture-specific libraries> ]
\end{verbatim}
If {\t PETSC\_DIR} is not given the configuration process will search for an
@@ -727,6 +728,9 @@ installed PETSc package in some standard places (defined in
{\tt lib/make/extras/PETSC}).
If {\t PETSC\_ARCH} is not given the configuration process will choose the
first PETSc configuration found in {\tt \$PETSC\_DIR/lib/libO/}.
+If {\t PETSC\_ARCH\_LIBS} is not given the configuration process will choose
+architecture-specific libraries as required by a PETSc configuration (usually
+PETSc needs the LAPACK library).
\subsubsection{PTHREADS: POSIX threads}