From afb8a9aa1b0ff8d5fc5511bcd5fc331e9b986b76 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 1 Aug 2013 21:57:59 +0000 Subject: [PATCH] Using 1 thread for now for profiling --- gtsam/inference/JunctionTree-inst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/JunctionTree-inst.h b/gtsam/inference/JunctionTree-inst.h index 16d37f639..5e51a2ef1 100644 --- a/gtsam/inference/JunctionTree-inst.h +++ b/gtsam/inference/JunctionTree-inst.h @@ -277,7 +277,7 @@ namespace gtsam { // that contains all of the roots as its children. rootsContainer also stores the remaining // uneliminated factors passed up from the roots. EliminationData rootsContainer(0, roots_.size()); - //tbb::task_scheduler_init init(1); + tbb::task_scheduler_init init(1); treeTraversal::DepthFirstForestParallel(*this, rootsContainer, eliminationPreOrderVisitor, boost::bind(eliminationPostOrderVisitor, _1, _2, function), 10);