aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Requirements/param.ccl')
-rw-r--r--Carpet/Requirements/param.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/Carpet/Requirements/param.ccl b/Carpet/Requirements/param.ccl
new file mode 100644
index 000000000..48759832b
--- /dev/null
+++ b/Carpet/Requirements/param.ccl
@@ -0,0 +1,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"
+} ""