Skip to content
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

Run3-sim56 Extended biglib to include some of the applications using geant4core #29155

Merged
merged 1 commit into from Mar 11, 2020

Conversation

bsunanda
Copy link
Contributor

@bsunanda bsunanda commented Mar 9, 2020

PR description:

Extend biglib to include certain applications which need to be run with some of the existing libraries in biglib

PR validation:

Tested by standard process

if this PR is a backport please specify the original PR and why you need to backport that PR:

Not to be back ported

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29155/14108

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

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

It involves the following packages:

BigProducts/Simulation

@smuzaffar, @civanch, @Dr15Jones, @makortel, @mdhildreth, @cmsbuild can you please review it and eventually sign? Thanks.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@civanch
Copy link
Contributor

civanch commented Mar 9, 2020

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5085/console Started: 2020/03/09 20:24

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

+1
Tested at: eb92883
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-77988d/5085/summary.html
CMSSW: CMSSW_11_1_X_2020-03-09-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2020

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-77988d/5085/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2680577
  • DQMHistoTests: Total failures: 39
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2680219
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@civanch
Copy link
Contributor

civanch commented Mar 10, 2020

+1

@makortel
Copy link
Contributor

@smuzaffar Could you review this one?

@smuzaffar
Copy link
Contributor

+core

All the newly added packages [a] for BigProduct are only used by BigProduct/Simulation except SimG4Core/GFlash which is used by FastSimulation/Calorimetry too . #29183 cleans up this unneeded dependency. This PR can be merged without #29183

[a]
SimG4CMS/EcalTestBeam
SimG4Core/GFlash
SimG4Core/SaveSimTrackAction
SimG4Core/TrackingVerbose
SimTracker/TrackerMaterialAnalysis
Validation/CheckOverlap
Validation/Geometry

@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. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 1592fb9 into cms-sw:master Mar 11, 2020
@davidlange6
Copy link
Contributor

hi @bsunanda @civanch - could you motivate this change (belatedly)? It does not seem to impact production applications run by cms

I'm asking as it has pulled in root dictionaries

@bsunanda
Copy link
Contributor Author

bsunanda commented Aug 27, 2020 via email

@davidlange6
Copy link
Contributor

davidlange6 commented Aug 27, 2020 via email

@makortel
Copy link
Contributor

@davidlange6 Just to understand better, with

I'm asking as it has pulled in root dictionaries

do you mean that root dictionaries get pulled in the biglib? Do you know which specific package(s) pulls in the dictionaries?

@bsunanda
Copy link
Contributor Author

bsunanda commented Aug 27, 2020 via email

@davidlange6
Copy link
Contributor

davidlange6 commented Aug 27, 2020 via email

@makortel
Copy link
Contributor

Oh, that one (didn't notice because of looking only Shahzad's list in #29155 (comment)), thanks. Perhaps SimDataFormats/ValidationFormats could then be removed from the biglib?

@davidlange6
Copy link
Contributor

davidlange6 commented Aug 27, 2020 via email

@bsunanda
Copy link
Contributor Author

SimDataFormats/ValidationFormats was not added in this PR. It was at the end of the xml file - it is only pushed up so that the file names appear in alphabetic order.

@davidlange6
Copy link
Contributor

davidlange6 commented Aug 27, 2020 via email

@smuzaffar
Copy link
Contributor

@davidlange6 , not all of its dependencies but only those where we link geant4. Basically all packages which depend on geant4 should end up in pluginSimulation. This is because pluginSimulation is linked against static geant4 which normal small libs are linked against shared geant4. If in a job we load both pluginSimulation and (lib|plugin)SomeThingLinkingSharedGeant4.so then there will be conflicting symbols and job will crash.

@davidlange6
Copy link
Contributor

ok, thanks - now I think I understand the mechanism.

@davidlange6
Copy link
Contributor

I'd propose that I remove the g4 dependency from SimDataFormats/ValidationFormats. It is just used for error checking, which can be moved to the plugin.

@smuzaffar
Copy link
Contributor

sounds good to me

@civanch
Copy link
Contributor

civanch commented Aug 27, 2020 via email

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.

None yet

7 participants