Skip to content

Commit

Permalink
Update all GPU workflows
Browse files Browse the repository at this point in the history
Add Pixel-only and HCAL-only validation workflows.
Add a single workflow running all GPU-enabled reconstruction.
Do not customise the HLT, as it already makes full use of GPU
reconstruction when the "gpu" modifier is enabled.
Add a short description before each workflow.
  • Loading branch information
fwyzard committed Mar 31, 2022
1 parent e21086d commit f1df4f8
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 59 deletions.
83 changes: 46 additions & 37 deletions Configuration/PyReleaseValidation/python/relval_gpu.py
Expand Up @@ -11,50 +11,59 @@

from Configuration.PyReleaseValidation.relval_upgrade import workflows as _upgrade_workflows

#just define all of them
# just define all of them

#WFs to run in IB:
# mc 2018 (Patatrack pixel-only quadruplets: ZMM - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only triplets: ZMM - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only quadruplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only triplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack ECAL-only: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack HCAL-only: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack full reco with pixel quadruplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack full reco with pixel triplets: TTbar - on GPU, both CPU and GPU, profiling)
# mc 2021 (Patatrack pixel-only quadruplets: ZMM - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only triplets: ZMM - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only quadruplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack pixel-only triplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack ECAL-only: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack HCAL-only: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack full reco with pixel quadruplets: TTbar - on GPU, both CPU and GPU, profiling)
# (Patatrack full reco with pixel triplets: TTbar - on GPU, both CPU and GPU, profiling)
# WFs to run in IB:
# mc 2018 Patatrack pixel-only quadruplets: ZMM - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets: ZMM - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only quadruplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack ECAL-only: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack HCAL-only: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only quadruplets, ECAL, HCAL: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets, ECAL, HCAL: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# full reco with Patatrack pixel-only quadruplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# full reco with Patatrack pixel-only triplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling

# mc 2021 Patatrack pixel-only quadruplets: ZMM - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets: ZMM - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only quadruplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack ECAL-only: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack HCAL-only: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only quadruplets, ECAL, HCAL: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# Patatrack pixel-only triplets, ECAL, HCAL: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# full reco with Patatrack pixel-only quadruplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
# full reco with Patatrack pixel-only triplets: TTbar - on GPU (optional), GPU-vs-CPU validation, profiling
numWFIB = [
10842.502, # 10842.503, 10842.504,
10842.506, # 10842.507, 10842.508,
10824.502, # 10824.503, 10824.504,
10824.506, # 10824.507, 10824.508,
10824.512, 10824.513, # 10824.514,
10824.522, # 10824.523, 10824.524,
10824.592, # 10824.593, 10824.594,
10824.596, # 10824.597, 10824.598,
11650.502, # 11650.503, 11650.504,
11650.506, # 11650.507, 11650.508,
11634.502, # 11634.503, 11634.504,
11634.506, # 11634.507, 11634.508,
11634.512, 11634.513, # 11634.514,
11634.522, # 11634.523, 11634.524,
11634.592, # 11634.593, 11634.594,
11634.596, # 11634.597, 11634.598,
10842.502, 10842.503, 10842.504,
10842.506, 10842.507, 10842.508,
10824.502, 10824.503, 10824.504,
10824.506, 10824.507, 10824.508,
10824.512, 10824.513, 10824.514,
10824.522, 10824.523, 10824.524,
10824.582, 10824.583, # 10824.524,
10824.586, 10824.587, # 10824.528,
10824.592, 10824.593,
10824.596, 10824.597,
11650.502, 11650.503, 11650.504,
11650.506, 11650.507, 11650.508,
11634.502, 11634.503, 11634.504,
11634.506, 11634.507, 11634.508,
11634.512, 11634.513, 11634.514,
11634.522, 11634.523, 11634.524,
11634.582, 11634.583, # 11634.524,
11634.586, 11634.587, # 11634.528,
11634.592, 11634.593,
11634.596, 11634.597,
]
for numWF in numWFIB:
if not numWF in _upgrade_workflows: continue
workflows[numWF] = _upgrade_workflows[numWF]

# data 2018 (Patatrack pixel-only: RunHLTPhy2018D, RunJetHT2018D on GPU)
# (Patatrack ECAL-only: RunHLTPhy2018D, RunJetHT2018D on GPU)
# (Patatrack HCAL-only: RunHLTPhy2018D, RunJetHT2018D on GPU)
# data 2018 Patatrack pixel-only quadruplets: RunHLTPhy2018D on GPU (optional), RunJetHT2018D on GPU (optional)
# Patatrack ECAL-only: RunHLTPhy2018D on GPU (optional), RunJetHT2018D on GPU (optional)
# Patatrack HCAL-only: RunHLTPhy2018D on GPU (optional), RunJetHT2018D on GPU (optional)

workflows[136.885502] = ['',['RunHLTPhy2018D','HLTDR2_2018','RECODR2_2018reHLT_Patatrack_PixelOnlyGPU','HARVEST2018_pixelTrackingOnly']]
workflows[136.888502] = ['',['RunJetHT2018D','HLTDR2_2018','RECODR2_2018reHLT_Patatrack_PixelOnlyGPU','HARVEST2018_pixelTrackingOnly']]
Expand Down

0 comments on commit f1df4f8

Please sign in to comment.