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

Phase2-hgx198 preparing for corner centered wafers #27122

Merged
merged 4 commits into from Jun 11, 2019

Conversation

bsunanda
Copy link
Contributor

@bsunanda bsunanda commented Jun 5, 2019

PR description:

Changes made in view of wafer centering vs corner centering

PR validation:

Tried with workflow of 3 different scenario of Phase2 geometry D28, D31 and D41

if this PR is a backport please specify the original PR:

Needed for the next set of changes

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27122/10240

  • This PR adds an extra 36KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

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

It involves the following packages:

Geometry/HGCalCommonData

@civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 5, 2019

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/789/console Started: 2019/06/05 22:56

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

-1

Tested at: 562b6e9

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4decca/789/summary.html

I found follow errors while testing this PR

Failed tests: ClangBuild

  • Clang:

I found compilation error while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

>> Compiling  /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/src/FastTimeParameters.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/src/HGCalWaferType.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/src/FastTimeDDDConstants.cc 
In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/src/HGCalGeomTools.cc:1:
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/interface/HGCalGeomTools.h:48:27: error: constexpr variable 'factor_' must be initialized by a constant expression
  static constexpr double factor_ = 1.0/std::sqrt(3.0);
                          ^         ~~~~~~~~~~~~~~~~~~
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-05-1100/src/Geometry/HGCalCommonData/interface/HGCalGeomTools.h:48:41: note: non-constexpr function 'sqrt' cannot be used in a constant expression
  static constexpr double factor_ = 1.0/std::sqrt(3.0);
                                        ^


@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2019

Comparison not run due to Build errors/Fireworks only changes/No short matrix requested (RelVals and Igprof tests were also skipped)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27122/10285

  • This PR adds an extra 40KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

Pull request #27122 was updated. @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please check and sign again.

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 7, 2019

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/836/console Started: 2019/06/07 18:56

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 7, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4decca/836/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3215458
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3215123
  • DQMHistoTests: Total skipped: 334
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 32 files compared)
  • Checked 137 log files, 14 edm output root files, 33 DQM output files

@kpedro88
Copy link
Contributor

+upgrade

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

@fabiocos
Copy link
Contributor

+1

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

5 participants