aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-07-17 15:44:46 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-07-17 15:44:46 +0000
commit3f75a6b2a79f897a47197749601db157d3ae8138 (patch)
treeb2ab7a05be03cf6abec36361117e793e964ca6ce /doc
parent7c371bf82d354f62c99a47f3dc81a53956a4abdb (diff)
Overwrite an existing parfile unless
- it is identical with the original parfile - this is a recovery run This closes PR CactusBase/884. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@177 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 93f7b30..39e3cb4 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -192,8 +192,11 @@ This is controlled by the {\tt IO::parfile\_write} parameter:
\end{itemize}
The name of the new parameter file defaults to the original filename, unless the
-parameter {\tt IO::parfile\_name} is set. Note that if a file already exists
-with the chosen name it will not be overwritten.
+parameter {\tt IO::parfile\_name} is set. Note that an already existing file
+with the chosen name will be overwritten unless it is identical with the
+original parameter file, or if Cactus was recovered from a checkpoint (in which
+case you don't want to overwrite an existing parameter file with your recovery
+parameter file).
\section{I/O Modes}