aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements/param.ccl
blob: 4f869bfc90f0def9e72d4b190682cd37de0f7b7b (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
# 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 output_changes "Enable output describing when regions become valid or invalid" 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"
} ""