Skip to content

Commit

Permalink
Change CMSSW to 12_2_1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Feb 11, 2022
1 parent 0348aaa commit 0f37a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/ReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# Data type
# Processing site (where jobs run)
# PhEDEx locations
setAcquisitionEra(tier0Config, "Tier0_REPLAY_2021")
setAcquisitionEra(tier0Config, "Tier0_REPLAY_2022")
setBaseRequestPriority(tier0Config, 251000)
setBackfill(tier0Config, 1)
setBulkDataType(tier0Config, "data")
Expand Down Expand Up @@ -100,7 +100,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_2_0_patch1"
'default': "CMSSW_12_2_1"
}

# Configure ScramArch
Expand All @@ -119,7 +119,7 @@
hiTestppScenario = "ppEra_Run2_2018"

# Procesing version number replays
dt = 1
dt = 128
defaultProcVersion = dt
expressProcVersion = dt
alcarawProcVersion = dt
Expand Down

0 comments on commit 0f37a37

Please sign in to comment.