aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-16 20:39:46 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-16 20:39:46 +0000
commit04dfc890087a068d5769a570fefa7223460543ed (patch)
treee71eee9f8bee86ade7434fbf76f9b2530bab6683 /param.ccl
parentbc6291eb873b0261bbcdd43abc9d22d30d774026 (diff)
Added new recovery mode "autoprobe" which is like "auto" but lets the user
continue with the simulation if no checkpoint file was found. Closes PR Cactus/300. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@139 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 39f2d83..5117187 100644
--- a/param.ccl
+++ b/param.ccl
@@ -105,10 +105,10 @@ BOOLEAN checkpoint_keep_all "Keep all checkpoint files ?" STEERABLE = RECOVER
} "no"
KEYWORD recover "Recover from a checkpoint file ?" STEERABLE = RECOVER
{
- "no" :: "Don't recover"
- "manual" :: "Recover from the checkpoint file given as <recovery_dir>/<recover_file>"
- "yes" :: "Same as \"manual\" (this value is deprecated)"
- "auto" :: "Automatically recover from the latest checkpoint file found in <recovery_dir>"
+ "no" :: "Don't recover"
+ "manual" :: "Recover from the checkpoint file given as <recovery_dir>/<recover_file>"
+ "auto" :: "Automatically recover from the latest checkpoint file found in <recovery_dir>"
+ "autoprobe" :: "Probe for checkpoint files and automatically recover, continue as usual if nothing was found"
} "no"
INT checkpoint_every "Checkpoint every x iterations" STEERABLE = ALWAYS
{