aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Timers/param.ccl
blob: 8840771d2bfe82ece8635c24c7f49cea45271c61 (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
29
30
31
32
33
34
35
36
# Parameter definitions for thorn Timers

SHARES: IO

USES STRING out_dir



PRIVATE:

BOOLEAN verbose "Output (debug) messages when a timer is started or stopped" STEERABLE=always
{
} "no"

BOOLEAN disable_cactus_timer_set "Disable Cactus timer set" STEERABLE=recover
{
} "no"

BOOLEAN disable_timer_trees "Disable timer trees" STEERABLE=recover
{
} "yes"

STRING xml_clock "Which clock to use in the XML timer output file" STEERABLE=always
{
  ".*" :: "must be a legal clock name"
} "gettimeofday"

CCTK_REAL threshold_percentage "The percentage of the root timer below which timers are omitted" STEERABLE=always
{
  0:* :: ""
} 1.0

INT output_precision "Number of decimal places to use in standard output for timer tree" STEERABLE=always
{
  1:* :: "number of decimal places"
} 1