aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index d945e81..ccf5a9a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -163,15 +163,15 @@ INT checkpoint_keep "How many checkpoint files to keep" STEERABLE = RECOVER
{
1:* :: "1 overwrites the latest checkpoint file"
} 1
-STRING checkpoint_file "File name for regular checkpoint" STEERABLE = RECOVER
+STRING checkpoint_file "File name for regular checkpoint" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} "checkpoint.chkpt"
-STRING checkpoint_ID_file "File name for initial data checkpoint" STEERABLE = RECOVER
+STRING checkpoint_ID_file "File name for initial data checkpoint" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} "checkpointID"
-STRING recover_file "File name of recovery file" STEERABLE = RECOVER
+STRING recover_file "File name of recovery file" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} "checkpoint.chkpt"