aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements/param.ccl
blob: 48759832b4a6b2356220059faf48f2472353092a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"
} ""