aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-05 12:18:52 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-05 12:18:52 +0000
commite3b4b4ce9cdab206acdc0643bcd200e00608605d (patch)
treec452b851943f9c16fcf7e79f0dc321177aadc6da /param.ccl
parent0f05bf19efabedc316828f95a0995003fb048aaa (diff)
Added new parameter BOOLEAN checkpoint_on_terminate "Checkpoint after last iteration" STEERABLE = ALWAYS.
Defaults to "no". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@102 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
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"