aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 8842a0c..7dc92c9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -149,7 +149,7 @@ KEYWORD recover "Recover from a checkpoint file ?" STEERABLE = RECOVER
"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
+INT checkpoint_every "Checkpoint every x iterations" STEERABLE = ALWAYS
{
-1:* :: "negative values disable checkpointing"
} -1