Skip to content

Commit

Permalink
Change GPU workflow numbering: .7->.51, .8->.52, .9->.53 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel authored and fwyzard committed Jan 24, 2019
1 parent ee11dcc commit ad9b85e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
10024.1,10024.2,10024.3,10024.4,10024.5,
10801.0,10802.0,10803.0,10804.0,10805.0,10806.0,10807.0,10808.0,10809.0,10859.0,10871.0,
10842.0,10824.0,10825.0,10826.0,10823.0,11024.0,11025.0,11224.0,
10824.1,10824.5,10824.7,10824.8,10824.9,
10824.1,10824.5,10824.51,10824.52,10824.53,
10824.6,11024.6,11224.6,
11642.0,11624.0,11625.0,11626.0,11623.0,11824.0,11825.0,12024.0]
for numWF in numWFIB:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
workflows[136.863] = ['',['RunDoubleMuon2018B','HLTDR2_2018','RECODR2_2018reHLT_Prompt','HARVEST2018']]
workflows[136.864] = ['',['RunJetHT2018B','HLTDR2_2018','RECODR2_2018reHLT_skimJetHT_Prompt','HARVEST2018']]
workflows[136.8645] = ['',['RunJetHT2018B','HLTDR2_2018','RECODR2_2018reHLT_Prompt_pixelTrackingOnly','HARVEST2018_pixelTrackingOnly']]
workflows[136.8648] = ['',['RunJetHT2018B','HLTDR2_2018','RECODR2_2018reHLT_Prompt_pixelTrackingOnlyGPU','HARVEST2018_pixelTrackingOnly']]
workflows[136.86452] = ['',['RunJetHT2018B','HLTDR2_2018','RECODR2_2018reHLT_Prompt_pixelTrackingOnlyGPU','HARVEST2018_pixelTrackingOnly']]

workflows[136.865] = ['',['RunMET2018B','HLTDR2_2018','RECODR2_2018reHLT_skimMET_Prompt','HARVEST2018']]
workflows[136.866] = ['',['RunMuonEG2018B','HLTDR2_2018','RECODR2_2018reHLT_skimMuonEG_Prompt','HARVEST2018']]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyRiemannFit',
'offset' : 0.7,
'offset' : 0.51,
}
upgradeSteps['pixelTrackingOnlyGPU'] = {
'steps' : [
Expand All @@ -174,7 +174,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyGPU',
'offset' : 0.8,
'offset' : 0.52,
}
upgradeSteps['pixelTrackingOnlyRiemannFitGPU'] = {
'steps' : [
Expand All @@ -185,7 +185,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyRiemannFitGPU',
'offset' : 0.9,
'offset' : 0.53,
}
upgradeSteps['Timing'] = {
'steps' : upgradeSteps['baseline']['steps'],
Expand Down

0 comments on commit ad9b85e

Please sign in to comment.