aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-18 11:28:44 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-18 11:28:44 +0000
commitce3a91dad61ec02aed8fd3c9d326eeec26a22b9b (patch)
treecd36edd799c665dcda4e74acc281a6731a65918c /param.ccl
parent4362b100f0ae92fb8e3f5fcb0453d66baac4fad3 (diff)
Added Ryoji's parameter 'BOOLEAN IO::recover_and_remove".
If set to 'yes' it lets Cactus remove the checkpoint file after successful recovery. This might be useful if you're short of disk space and want to continue doing checkpoints. Default to this parameter is 'no'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@90 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 8f1f12f..8842a0c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -185,6 +185,9 @@ STRING recover_ID_vars "List of variables to read in from the given initial data
{
.* :: A regex which matches everything
} "all"
+BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?"
+{
+} "no"