Skip to content

Commit

Permalink
Update to 1008 events to avoid incomplete pattern files after TMUXing
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetruc committed May 13, 2024
1 parent de40c50 commit ca309a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")
process.load("FWCore.MessageLogger.MessageLogger_cfi")
process.options = cms.untracked.PSet( wantSummary = cms.untracked.bool(True), allowUnscheduled = cms.untracked.bool(False) )
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1000))
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1008))
process.MessageLogger.cerr.FwkReport.reportEvery = 1

process.source = cms.Source("PoolSource",
Expand Down

0 comments on commit ca309a6

Please sign in to comment.