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

BOOLEAN check_requirements "Check schedule requirements" STEERABLE=always
{
} "no"

BOOLEAN verbose "Output details when checking requirements" STEERABLE=always
{
} "no"

BOOLEAN inconsistencies_are_fatal "Abort when encountering inconsistencies in requirements" STEERABLE=always
{
} "no"

STRING ignore_these_variables "Assume that these variables are always valid everywhere" STEERABLE=recover
{
  "([A-Za-z0-9_]+[:][:][A-Za-z0-9_]+([[:space:]]+|$))*" :: "space separated list of variables or groups"
} ""

BOOLEAN print_changes "Enable debug output about when regions get set/unset" STEERABLE=always
{
} "no"