-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Remove legacy CUDA pixel EventSetup modules #49799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
enable gpu |
|
please test |
|
cms-bot internal usage |
|
A new Pull Request was created by @fwyzard for master. It involves the following packages:
@Alejandro1400, @JanChyczynski, @Martin-Grunewald, @Moanwar, @arunhep, @atpathak, @civanch, @fwyzard, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @mmusich, @perrotta, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
-1 Failed Tests: UnitTests RelVals RelVals-AMD_W7900 AddOn Failed Unit TestsI found 1 errors in the following unit tests: ---> test createDBObjects had ERRORS Failed RelValsExpand to see more relval errors ...Failed RelVals-AMD_W7900
Failed AddOn Tests |
|
Pull request has been put on hold by @fwyzard |
| @@ -1,49 +0,0 @@ | |||
| #include "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTGPU.h" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is still used in the HLT menu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know if it's actually needed, or a leftover from the past ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked with:
#!/bin/bash -ex
hltGetConfiguration /dev/CMSSW_16_0_0/GRun \
--globaltag 151X_dataRun3_HLT_v1 \
--data \
--unprescale \
--output minimal \
--max-events 100 \
--eras Run3_2025 --l1-emulator uGT --l1 L1Menu_Collisions2025_v1_3_0_xml \
--input /store/data/Run2025G/EphemeralHLTPhysics0/RAW/v1/000/398/183/00000/002bbd0c-b9ed-4758-b7a6-e2e13149ca34.root \
> hltData.py
cat <<@EOF >> hltData.py
# --- Remove problematic ESProducer if present ---
if hasattr(process, "siPixelGainCalibrationForHLTGPU"):
del process.siPixelGainCalibrationForHLTGPU
@EOF
edmConfigDump hltData.py > dump.py
cmsRun dump.py >& hltData.logon an online-like machine (with GPUs) and I don't observe problems, so it's just a leftover indeed.
You might want to customize your way out directly in customizeHLTforCMSSW to get this approved faster (unless you want to wait STORM to remove the module from the menu in confDB first). @Martin-Grunewald FYI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd agree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a customisation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 7b48af9 .
|
+hlt
|
|
unhold |
|
+1 |
|
+alca |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (test failures were overridden). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @ftenchini, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
These updates correspond to the updates towards the first version "V1.0" of the GRun menu for the 2025 pp data-taking. This update includes the integration of the following JIRA tickets: - [CMSHLT-3652](https://its.cern.ch/jira/browse/CMSHLT-3652) [ECAL,EGM,Scouting] exclude the bad ECAL crystals from the ECAL RecHits producer - [CMSHLT-3710](https://its.cern.ch/jira/browse/CMSHLT-3710) [DQM,TRK] Revert CMSHLT-3691: complete removal of DQM plugins from DQM_{HI}PixelReconstruction_v (revert the revert) - [CMSHLT-3712](https://its.cern.ch/jira/browse/CMSHLT-3712) [DQM,NGT] Change HLT Event Content of LocalTestDataScouting (renamed to DQMTestDataScouting) It also contains the removal of obsolete CUDA ES modules `SiPixelGainCalibrationForHLTGPUESProducer` and `SiPixelROCsStatusAndMappingWrapperESProducer` removed in PR cms-sw#49799
These updates correspond to the updates towards the first version "V1.0" of the GRun menu for the 2025 pp data-taking. This update includes the integration of the following JIRA tickets: - [CMSHLT-3652](https://its.cern.ch/jira/browse/CMSHLT-3652) [ECAL,EGM,Scouting] exclude the bad ECAL crystals from the ECAL RecHits producer - [CMSHLT-3710](https://its.cern.ch/jira/browse/CMSHLT-3710) [DQM,TRK] Revert CMSHLT-3691: complete removal of DQM plugins from DQM_{HI}PixelReconstruction_v (revert the revert) - [CMSHLT-3712](https://its.cern.ch/jira/browse/CMSHLT-3712) [DQM,NGT] Change HLT Event Content of LocalTestDataScouting (renamed to DQMTestDataScouting) It also contains the removal of obsolete CUDA ES modules `SiPixelGainCalibrationForHLTGPUESProducer` and `SiPixelROCsStatusAndMappingWrapperESProducer` removed in PR cms-sw#49799
These updates correspond to the updates towards the first version "V1.0" of the GRun menu for the 2025 pp data-taking. This update includes the integration of the following JIRA tickets: - [CMSHLT-3652](https://its.cern.ch/jira/browse/CMSHLT-3652) [ECAL,EGM,Scouting] exclude the bad ECAL crystals from the ECAL RecHits producer - [CMSHLT-3710](https://its.cern.ch/jira/browse/CMSHLT-3710) [DQM,TRK] Revert CMSHLT-3691: complete removal of DQM plugins from DQM_{HI}PixelReconstruction_v (revert the revert) - [CMSHLT-3712](https://its.cern.ch/jira/browse/CMSHLT-3712) [DQM,NGT] Change HLT Event Content of LocalTestDataScouting (renamed to DQMTestDataScouting) It also contains the removal of obsolete CUDA ES modules `SiPixelGainCalibrationForHLTGPUESProducer` and `SiPixelROCsStatusAndMappingWrapperESProducer` removed in PR cms-sw#49799
PR description:
Remove legacy CUDA pixel EventSetup modules.
PR validation:
All unit and matrix tests should pass.