summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-06 19:51:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-06 19:51:59 +0000
commit407367bf997d32ac42ef8529429606da9ef183f7 (patch)
treeeaf66930f9ba2bb5f63e14a4881a54adaf2a661f
parent0f25b209fe1eced13b71b56dc5d564b4faff0929 (diff)
Couldn't find instructions on how to actually run Cactus anywhere (?) so
added them to the Running section. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2487 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/RunningCactus.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 2dd1737b..cfad2c32 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -927,6 +927,23 @@ is also of use when trying to get Cactus to work on a new architecture.
\chapter{Running Cactus}
+Cactus executables always run from a parameter file (which may be a
+physical file or taken from standard input), which specifies which
+Thorns to use and set the values of any parameters which are different
+to the default values. Any accepted filename can be used for the name
+of the parameter file, although standard convention is to use the file
+extension {\tt .par}. Optional command line arguments can be used
+to customise runtime behaviour, and to provide information about the
+Thorns used in the executable. The general syntax for running Cactus from
+a physical parameter file is
+then
+
+{\tt ./cactus\_<config> <parameter file> [command line options]}
+
+or if the parameter file should be taken from standard input
+
+{\tt ./cactus\_<config> [command line options] -}
+
This chapter covers all aspects for running your Cactus executable.
These include: command line options; parameter file syntax; understanding
screen output and environment variables.