Skip to content

Commit

Permalink
updating DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py to merge…
Browse files Browse the repository at this point in the history
… output when run in concurrent mode
  • Loading branch information
theofil committed Jul 15, 2021
1 parent e36bcc2 commit 0f376c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
numberOfParameters = cms.uint32(4),
args = cms.vstring('/cvmfs/cms.cern.ch/phys_generator/gridpacks/UL/13TeV/madgraph/V5_2.6.5/dyellell01234j_5f_LO_MLM_v2/DYJets_HT-incl_slc6_amd64_gcc630_CMSSW_9_3_16_tarball.tar.xz','false','slc6_amd64_gcc630','CMSSW_9_3_16'),
nEvents = cms.untracked.uint32(10),
generateConcurrently = cms.untracked.bool(True)
generateConcurrently = cms.untracked.bool(True),
postGenerationCommand = cms.untracked.vstring('mergeLHE.py', '-i', 'thread*/cmsgrid_final.lhe', '-o', 'cmsgrid_final.lhe'),
)

0 comments on commit 0f376c5

Please sign in to comment.