Skip to content

Conversation

hqucms
Copy link
Contributor

@hqucms hqucms commented Sep 16, 2025

PR description:

This PR updates the HGCal testbeam relval (workflow 77.0) to start from the DTH-P2 raw data.

This PR requires:

PR validation:

runTheMatrix.py -w standard --ibeos -l 77

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

No backport foreseen.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 16, 2025

cms-bot internal usage

@cmsbuild
Copy link
Contributor

@hqucms hqucms marked this pull request as ready for review September 16, 2025 17:39
@hqucms
Copy link
Contributor Author

hqucms commented Sep 16, 2025

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @hqucms for master.

It involves the following packages:

  • RecoLocalCalo/Configuration (reconstruction)

@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks.
@ReyerBand, @apsallid, @denizsun, @missirol, @rovere, @salimcerci, @sameasy, @thomreis, @wang0jin, @youyingli this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@hqucms
Copy link
Contributor Author

hqucms commented Sep 16, 2025

please test

@hqucms
Copy link
Contributor Author

hqucms commented Sep 16, 2025

assign hgcal-dpg

@cmsbuild
Copy link
Contributor

New categories assigned: hgcal-dpg

@cseez,@felicepantaleo,@pfs,@rovere you have been requested to review this Pull request/Issue and eventually sign? Thanks

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 20KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-063c81/48169/summary.html
COMMIT: c99cf57
CMSSW: CMSSW_16_0_X_2025-09-16-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/48941/48169/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 13 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3978581
  • DQMHistoTests: Total failures: 21
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3978540
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 211 log files, 181 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

localdir = 'local_daq/ramdisk/run20000000'
os.makedirs(localdir, exist_ok=True)
for f in files:
os.system(f'xrdcp --silent -f root://cms-xrd-global.cern.ch//{inputdir}/{f} {localdir}')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a question: is it unavoidable to copy the files over?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the DAQSource does not speak the xrootd protocol.

I think you can avoid making a copy of the files if the machine(s) where the jobs are run mount /eos/cms/store/group/dpg_hgcal/comm_hgcal/relval/.

@fwyzard
Copy link
Contributor

fwyzard commented Sep 17, 2025

@pfs
Copy link
Contributor

pfs commented Sep 22, 2025

I tested locally and there's no problem with gpu enable. The error here seems to be is that the workflow is not defined in the list of RelVals AMD_MI300X, etc. Can someone guide me where should this be defined (or the twiki that explains it)?

@fwyzard
Copy link
Contributor

fwyzard commented Sep 22, 2025

Mhm, I though the entry workflow_gpu = 77.0 in the test commands would take care of that 🤔

@fwyzard
Copy link
Contributor

fwyzard commented Sep 22, 2025

Let's try this...

@pfs
Copy link
Contributor

pfs commented Sep 22, 2025

ok thanks, let me keep investigating. I'll trigger the tests again as I want to get the commands with a more recent IB that includes #48944

@pfs
Copy link
Contributor

pfs commented Sep 22, 2025

please test

@fwyzard
Copy link
Contributor

fwyzard commented Sep 22, 2025

test parameters:

@fwyzard
Copy link
Contributor

fwyzard commented Sep 22, 2025

please test

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 16KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-063c81/48236/summary.html
COMMIT: c99cf57
CMSSW: CMSSW_16_0_X_2025-09-22-1100/el8_amd64_gcc12
Additional Tests: GPU,AMD_MI300X,NVIDIA_H100,NVIDIA_L40S,NVIDIA_T4
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/48941/48236/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 16 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 51
  • DQMHistoTests: Total histograms compared: 3911484
  • DQMHistoTests: Total failures: 29
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3911435
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 50 files compared)
  • Checked 219 log files, 189 edm output root files, 51 DQM output files
  • TriggerResults: no differences found

AMD_MI300X Comparison Summary

Summary:

NVIDIA_H100 Comparison Summary

Summary:

NVIDIA_L40S Comparison Summary

Summary:

NVIDIA_T4 Comparison Summary

Summary:

@pfs
Copy link
Contributor

pfs commented Sep 22, 2025

ok looks like it ran fine!

@pfs
Copy link
Contributor

pfs commented Sep 22, 2025

+1

@jfernan2
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @ftenchini, @mandrenguyen, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2)
Notice This PR was tested with additional Pull Request(s), please also merge them if necessary: #48895, cms-data/Geometry-HGCalMapping#7, cms-data/RecoLocalCalo-HGCalRecProducers#2

@mandrenguyen
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit b5c6af4 into cms-sw:master Sep 25, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants