From e3fe7e4c400478cbbbc9d67586d5724b9ba5c6c9 Mon Sep 17 00:00:00 2001 From: Enrico Guiraud <enrico.guiraud@cern.ch> Date: Thu, 3 Aug 2017 13:58:29 +0200 Subject: [PATCH] [TDF] Revert safety net against nested parallelism --- tree/treeplayer/inc/ROOT/TDFActionHelpers.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/tree/treeplayer/inc/ROOT/TDFActionHelpers.hxx b/tree/treeplayer/inc/ROOT/TDFActionHelpers.hxx index 9a1d09072be..35e223a5150 100644 --- a/tree/treeplayer/inc/ROOT/TDFActionHelpers.hxx +++ b/tree/treeplayer/inc/ROOT/TDFActionHelpers.hxx @@ -511,7 +511,6 @@ public: } fOutputTrees[slot] = new TTree(fTreeName.c_str(), fTreeName.c_str(), /*splitlvl=*/99, /*dir=*/treeDirectory); fOutputTrees[slot]->ResetBit(kMustCleanup); // do not mingle with the thread-unsafe gListOfCleanups - fOutputTrees[slot]->SetImplicitMT(false); if (r) { // not an empty-source TDF auto inputTree = r->GetTree(); -- GitLab