aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2008-05-12 21:01:39 +0000
committerschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2008-05-12 21:01:39 +0000
commita99469e7e69ea88f81b68514f56d3487d7cfa0c0 (patch)
treec12b659a58c470d21e9ee87deefc67e8edb30552 /param.ccl
parentd5056c847b895a281f2f256cf9f758cbb247d488 (diff)
Add new parameter IO::checkpoint_every_walltime_hours
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@259 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2b931e1..443efb9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -142,6 +142,11 @@ INT checkpoint_every "How often to checkpoint" STEERABLE = ALWAYS
1:* :: "Every so many iterations"
-1:0 :: "Disable periodic checkpointing"
} -1
+REAL checkpoint_every_walltime_hours "How often to checkpoint" STEERABLE = ALWAYS
+{
+ (0:* :: "After so much walltime has passed"
+ -1 :: "Disable periodic walltime checkpointing"
+} -1
BOOLEAN checkpoint_on_terminate "Checkpoint after last iteration" STEERABLE = ALWAYS
{
} "no"