aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/param.ccl
blob: f73f4cc61cf95ce6d14b01d18d7ed0eac038ac92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Parameter definitions for thorn CarpetInterp

BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)" STEERABLE=always
{
} "no"

CCTK_REAL poison "Poison value" STEERABLE=always
{
  *:* :: ""
} -4.20042e+30

CCTK_REAL ipoison "Integer poison value" STEERABLE=always
{
  *:* :: ""
} -420042

BOOLEAN tree_search "Use a tree search to find the source processor" STEERABLE=always
{
} "yes"

BOOLEAN check_tree_search "Cross-check the result of the tree search" STEERABLE=always
{
} "no"