aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-06-10 11:56:10 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-06-10 11:56:10 +0000
commit2bf64b5fcd41a1de645d19d60b4b7b24dcdf8987 (patch)
tree720a5292e1302a092e145f7380f4f5e3bd482236 /param.ccl
parent5af7b5e0ba7be83591ae248ff3824a042e872426 (diff)
Make IO::checkpoint_keep steerable all the time.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@225 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
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 da6fe30..53a4fdc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -138,7 +138,7 @@ INT checkpoint_every "How often to checkpoint" STEERABLE = ALWAYS
BOOLEAN checkpoint_on_terminate "Checkpoint after last iteration" STEERABLE = ALWAYS
{
} "no"
-INT checkpoint_keep "How many checkpoint files to keep" STEERABLE = RECOVER
+INT checkpoint_keep "How many checkpoint files to keep" STEERABLE = ALWAYS
{
1:* :: "1 overwrites the latest checkpoint file"
-1: :: "Keep all checkpoint files"