Skip to content

Commit

Permalink
Disable IMT for merging of NanoAOD.
Browse files Browse the repository at this point in the history
As documented in CMSCOMPPR-3348, IMT triggers a crash in ROOT due
to the fact that NanoAOD adds branches to the tree.  This patch
is a simple workaround - we disable IMT for the merge jobs (which
are single core anyway) - until the ROOT issue is resolved.
  • Loading branch information
bbockelm committed Sep 11, 2018
1 parent 905af02 commit 35f2872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/DataProcessing/python/Merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def mergeProcess(*inputFiles, **options):
elif mergeNANO:
import Configuration.EventContent.EventContent_cff
outMod = OutputModule("NanoAODOutputModule",Configuration.EventContent.EventContent_cff.NANOAODEventContent.clone())
process.add_(Service("InitRootHandlers", EnableIMT = CfgTypes.untracked.bool(False)))
else:
outMod = OutputModule("PoolOutputModule")

Expand Down

0 comments on commit 35f2872

Please sign in to comment.