Skip to content
Snippets Groups Projects
Commit e3fe7e4c authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Danilo Piparo
Browse files

[TDF] Revert safety net against nested parallelism

parent b33c1f9a
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment