aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl24
1 files changed, 24 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
new file mode 100644
index 000000000..1b4e14a87
--- /dev/null
+++ b/Carpet/CarpetLib/param.ccl
@@ -0,0 +1,24 @@
+# Parameter definitions for thorn CarpetLib
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.8 2004/05/21 18:13:41 schnetter Exp $
+
+private:
+
+BOOLEAN verbose "Print info to the screen" STEERABLE=always
+{
+} "no"
+
+BOOLEAN check_array_accesses "Check all array accesses in Fortran" STEERABLE=always
+{
+} "no"
+
+BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)" STEERABLE=always
+{
+} "no"
+
+BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always
+{
+} "no"
+
+BOOLEAN save_memory_during_regridding "Save some memory during regridding at the expense of speed"
+{
+} "no"