aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 015b6a6..3a31f7d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -15,6 +15,12 @@ INT out_at "Output timer information at a given iteration" STEERABLE=ALWAYS
0:* :: "At this iteration"
} -1
+STRING out_filename "File name for timer reports" STEERABLE=ALWAYS
+{
+ "^$" :: "empty filename: print to stdout"
+ "^.+$" :: "otherwise: print to that file"
+} ""
+
BOOLEAN before_checkpoint "Before a checkpoint" STEERABLE=ALWAYS
{
} "no"
@@ -25,4 +31,6 @@ BOOLEAN next "On next iteration" STEERABLE=ALWAYS
shares: IO
+USES STRING out_dir
+
USES INT checkpoint_every