aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 015b6a654d2cab99b82ab23c2f64dcae87456009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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"

shares: IO

USES INT checkpoint_every