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.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index f058923a2..4ed749066 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -23,6 +23,14 @@ BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (sl
+CCTK_INT num_threads "Number of threads per process" STEERABLE=recover
+{
+ -1 :: "use system default, probably influenced by OMP_NUM_THREADS"
+ 1:* :: "use this many threads"
+} -1
+
+
+
BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always
{
} "no"