aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-14 15:04:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-14 15:04:00 +0000
commit39a9cb3421a4389682f976e96f56ce5c12b19367 (patch)
tree52ec752204f883413ce386b544e67708e023e4d7 /Carpet/CarpetLib/param.ccl
parentf807babfa91385dd4b949704c8761b0b71940eb3 (diff)
CarpetLib: Set number of OpenMP threads via an external function call
Set the number of OpenMP threads via an external function call instead of via a CarpetLib parameter. darcs-hash:20080114150439-dae7b-a6a6a629162ca195411852823e1ece0a2071d771.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl8
1 files changed, 0 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 4ed749066..f058923a2 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -23,14 +23,6 @@ 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"