aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-07-05 09:15:12 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:45 +0000
commit5ce764af71f43b21ad94db223058d4ca5896c9fe (patch)
tree0771445967935482f2bf56293accdd6449cc6a27 /Carpet/LoopControl/param.ccl
parentff9f188dad033ae37ed447245be8fd38a654aff9 (diff)
LoopControl: Make selftest conditional on a parameter
Make selftest conditional on a new parameter do_selftest. Use atomic OpenMP statements in selftest.
Diffstat (limited to 'Carpet/LoopControl/param.ccl')
-rw-r--r--Carpet/LoopControl/param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/LoopControl/param.ccl b/Carpet/LoopControl/param.ccl
index a21339583..005202538 100644
--- a/Carpet/LoopControl/param.ccl
+++ b/Carpet/LoopControl/param.ccl
@@ -33,10 +33,15 @@ BOOLEAN debug "Output debug information" STEERABLE=always
{
} "no"
-BOOLEAN check_type_sizes "check that Fortran and C types match at Startup"
+BOOLEAN check_type_sizes "Check that Fortran and C types match"
{
} "yes"
+BOOLEAN do_selftest "Perform some self-tests"
+{
+} "no"
+
+
#################
# Thread topology