aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index b6ed4e4..7eae3b3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -98,8 +98,12 @@ BOOLEAN checkpoint_ID "Checkpoint initial data ?" STEERABLE = RECOVER
BOOLEAN checkpoint_keep_all "Keep all checkpoint files ?" STEERABLE = RECOVER
{
} "no"
-BOOLEAN recover "Recover from a checkpoint file ?" STEERABLE = RECOVER
+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 depricated)"
+ "auto" :: "Automatically recover from the latest checkpoint file found in <recovery_dir>"
} "no"
INT checkpoint_every "Checkpoint every x iterations" STEERABLE = RECOVER
{