summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 10:17:02 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 10:17:02 +0000
commit88e8315928ae6b27c0d398e1bfe26a0214444b65 (patch)
tree8177124f4d994fb02aa4e441fe8d988dc938bd5e
parent9740e251017edb082f0141e0f10ec0f59f190e37 (diff)
Minor additions
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1610 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/RunningCactus.tex8
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index ca858537..d9d78d03 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -517,11 +517,13 @@ by the options
defined, the configuration process will search for this in a
few defined places.
Supported devices are currently {\tt ch\_p4}, {\tt ch\_shmem},
- {\tt globus} and {\tt myrinet}, and they are searched for in this
- order.
+ {\tt globus} and {\tt myrinet}.
+ For versions of MPICH prior to 1.2.0 the devices are searched for
+ in this order, for 1.2.0 you may need to specify {\tt MPICH\_DEVICE},
+ depending on the installation.
\end{Lentry}
-If {\tt MPICH\_DEVICE} is chosen to be Globus, (www.globus.org),
+If {\tt MPICH\_DEVICE} is chosen to be {\tt globus}, ({\tt www.globus.org}),
an additional variable must be set
\begin{Lentry}
\item[{\tt GLOBUS\_LIB\_DIR} *] directory in which Globus libraries are installed
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index d97702c4..024f23fe 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -1337,7 +1337,7 @@ Notes
\end{itemize}
\section{Memory Tracing}
-\label{sec:metr}}
+\label{sec:metr}
Cactus provides a mechanism for overriding the standard C memory allocation
routines ({\tt malloc, free,} \ldots) with Cactus specific routines,