Skip to content

Commit

Permalink
Merge pull request #12560 from deguio/onlineUpdates_2311_80x
Browse files Browse the repository at this point in the history
update GT and make EvD run MT
  • Loading branch information
davidlange6 committed Nov 26, 2015
2 parents 9071a84 + 71f6bb4 commit afe2b07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

process.options = cms.untracked.PSet(
Rethrow = cms.untracked.vstring('ProductNotFound'),
wantSummary = cms.untracked.bool(True)
wantSummary = cms.untracked.bool(True),
numberOfThreads = cms.untracked.uint32(8),
numberOfStreams = cms.untracked.uint32(8)
)

process.maxEvents = cms.untracked.PSet(
Expand Down
4 changes: 3 additions & 1 deletion DQM/Integration/python/clients/visualization-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

process.options = cms.untracked.PSet(
Rethrow = cms.untracked.vstring('ProductNotFound'),
wantSummary = cms.untracked.bool(True)
wantSummary = cms.untracked.bool(True),
numberOfThreads = cms.untracked.uint32(8),
numberOfStreams = cms.untracked.uint32(8)
)

process.maxEvents = cms.untracked.PSet(
Expand Down
2 changes: 1 addition & 1 deletion DQM/Integration/python/config/FrontierCondition_GT_cfi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
from Configuration.StandardSequences.FrontierConditions_GlobalTag_cff import *
GlobalTag.connect = cms.string("frontier://(proxyurl=http://localhost:3128)(serverurl=http://localhost:8000/FrontierOnProd)(serverurl=http://localhost:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/CMS_CONDITIONS")
GlobalTag.globaltag = "75X_dataRun2_HLTHI_v1"
GlobalTag.globaltag = "75X_dataRun2_HLTHI_v4"
es_prefer_GlobalTag = cms.ESPrefer('PoolDBESSource','GlobalTag')

0 comments on commit afe2b07

Please sign in to comment.