Skip to content

Commit c45975b

Browse files
committed
Fixes for CPU proper execution and HLT customizer
1 parent 341c4c8 commit c45975b

File tree

7 files changed

+1412
-499
lines changed

7 files changed

+1412
-499
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,8 @@ def setup_(self, step, stepName, stepDict, k, properties):
15401540

15411541
upgradeWFs['PatatrackPixelOnlyAlpaka'] = PatatrackWorkflow(
15421542
digi = {
1543-
'--procModifiers': 'alpaka'
1543+
'--procModifiers': 'alpaka',
1544+
'--customise' : 'HLTrigger/Configuration/customizeHLTforAlpaka.customizeHLTforAlpakaPixelReco'
15441545
},
15451546
reco = {
15461547
'-s': 'RAW2DIGI:RawToDigi_pixelOnly,RECO:reconstruction_pixelTrackingOnly,VALIDATION:@pixelTrackingOnlyValidation,DQM:@pixelTrackingOnlyDQM',
@@ -1555,7 +1556,8 @@ def setup_(self, step, stepName, stepDict, k, properties):
15551556

15561557
upgradeWFs['PatatrackPixelOnlyAlpakaValidation'] = PatatrackWorkflow(
15571558
digi = {
1558-
'--procModifiers': 'alpaka'
1559+
'--procModifiers': 'alpaka',
1560+
'--customise' : 'HLTrigger/Configuration/customizeHLTforAlpaka.customizeHLTforAlpakaPixelReco'
15591561
},
15601562
reco = {
15611563
'-s': 'RAW2DIGI:RawToDigi_pixelOnly,RECO:reconstruction_pixelTrackingOnly,VALIDATION:@pixelTrackingOnlyValidation,DQM:@pixelTrackingOnlyDQM',
@@ -1570,7 +1572,8 @@ def setup_(self, step, stepName, stepDict, k, properties):
15701572

15711573
upgradeWFs['PatatrackPixelOnlyAlpakaProfiling'] = PatatrackWorkflow(
15721574
digi = {
1573-
'--procModifiers': 'alpaka'
1575+
'--procModifiers': 'alpaka',
1576+
'--customise' : 'HLTrigger/Configuration/customizeHLTforAlpaka.customizeHLTforAlpakaPixelReco'
15741577
},
15751578
reco = {
15761579
'-s': 'RAW2DIGI:RawToDigi_pixelOnly,RECO:reconstruction_pixelTrackingOnly',

0 commit comments

Comments
 (0)