From 09e953d73565c8a0d19c53098db7b2a678faeb2f Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 6 Jul 2003 12:28:44 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@3 d0051148-8e13-4bef-be1d-f6c572c85f9f --- param.ccl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..20240a2 --- /dev/null +++ b/param.ccl @@ -0,0 +1,25 @@ +# Parameter definitions for thorn TimerReport +# $Header$ + +private: + +INT out_every "How often to output timer report to screen" STEERABLE=ALWAYS +{ + 0 :: "Never (default)" + 1:* :: "Every so many iterations" +} 0 + +INT out_at "Output timer information at a given iteration" STEERABLE=ALWAYS +{ + -1 :: "Never (default)" + 0:* :: "At this iteration" +} -1 + +BOOLEAN before_checkpoint "Before a checkpoint" STEERABLE=ALWAYS +{ +} "no" + +BOOLEAN next "On next iteration" STEERABLE=ALWAYS +{ +} "no" + -- cgit v1.2.3