Skip to content

Commit

Permalink
Update production node CMSSW_12_0_3_patch2 (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatanamado authored Nov 13, 2021
1 parent 05be43e commit c85ac7f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_0_3_patch1"
'default': "CMSSW_12_0_3_patch2"
}

# Configure ScramArch
Expand Down Expand Up @@ -166,7 +166,8 @@
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3" : defaultCMSSWVersion['default']
"CMSSW_12_0_3" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3_patch1" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -190,7 +191,8 @@
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3" : defaultCMSSWVersion['default']
"CMSSW_12_0_3" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3_patch1" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down Expand Up @@ -1023,7 +1025,7 @@
write_dqm=True,
tape_node="T1_RU_JINR_MSS",
disk_node="T1_RU_JINR_Disk",
dqm_sequences=["@common", "@commonSiStripZeroBias", "@ecal", "@hcal", "@muon", "@jetmet"],
dqm_sequences=["@commonSiStripZeroBias", "@ecal", "@hcal", "@muon", "@jetmet"],
timePerEvent=1,
alca_producers=["SiStripCalZeroBias", "SiStripCalMinBias", "TkAlMinBias", "HcalCalHO",
"HcalCalIterativePhiSym", "HcalCalHBHEMuonFilter", "HcalCalIsoTrkFilter"],
Expand Down

0 comments on commit c85ac7f

Please sign in to comment.