aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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 7dc92c9..4aa62db 100644
--- a/param.ccl
+++ b/param.ccl
@@ -153,6 +153,9 @@ INT checkpoint_every "Checkpoint every x iterations" STEERABLE = ALWAYS
{
-1:* :: "negative values disable checkpointing"
} -1
+BOOLEAN checkpoint_on_terminate "Checkpoint after last iteration" STEERABLE = ALWAYS
+{
+} "no"
INT checkpoint_keep "How many checkpoint files to keep" STEERABLE = RECOVER
{
1:* :: "1 overwrites the latest checkpoint file"