aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authoreschnett <>2001-03-07 11:59:00 +0000
committereschnett <>2001-03-07 11:59:00 +0000
commitdb6e33738bc2b4aba5c96178135ba43f70eb29b6 (patch)
tree23bf605dc6853b5fb24e6132671bf4805c639aa2 /Carpet/CarpetLib
parent98649c37a4febe80a52c96009a4f3ff8c2cbcc1f (diff)
Made WaveToyF77 run on multiple processors with CarpetSlab.
darcs-hash:20010307115940-f6438-09debf696b4ec851992f65b9a7dec80942aee76c.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/param.ccl12
1 files changed, 11 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 3f7d08893..d89b15413 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -1,2 +1,12 @@
# Parameter definitions for thorn CarpetLib
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.1 2001/03/01 13:40:10 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.2 2001/03/07 13:00:05 eschnett Exp $
+
+private:
+
+BOOLEAN verbose "Print info to the screen"
+{
+} "no"
+
+BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)"
+{
+} "no"