aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-11-22 15:16:02 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-11-22 15:16:02 +0000
commitab39ec0984ba3634bdb7ef3f3c5baf742e37b39f (patch)
tree9ef57266d9def8214f73d30e1fbf32b7ac95068c /param.ccl
parent5e025fd31376b26f3cb390fd1e8725495678d0ca (diff)
Made checkpoint_file checkpoint_ID_file recover_file STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@106 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
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"