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

PPC - remove -mlong-double-64 flag and use the default #6933

Merged
merged 6 commits into from Jun 3, 2021

Conversation

mrodozov
Copy link
Contributor

Compiling externals with the -mlong-double-64 makes their long double types to have only 64 bits size when cmssw long double vars remain 128 using the defaults.
In this case cmssw 128 bits var were passed to clhep compiled with -mlong-double-64

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_12_0_X/master.

@cmsbuild, @smuzaffar, @mrodozov, @iarspider can you please review it and eventually sign? Thanks.
cms-bot commands are listed here

@mrodozov
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15249/summary.html
COMMIT: a290a82
CMSSW: CMSSW_12_0_X_2021-05-21-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/6933/15249/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2650486
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2650457
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@mrodozov
Copy link
Contributor Author

please test

@mrodozov
Copy link
Contributor Author

test parameters:

  • release/arch = CMSSW_12_0_X_2021-05-21-2300/slc7_ppc64le_gcc9
  • full_cmssw = true

@mrodozov
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15255/summary.html
COMMIT: a290a82
CMSSW: CMSSW_12_0_X_2021-05-21-2300/slc7_ppc64le_gcc9
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/6933/15255/install.sh to create a dev area with all the needed externals and cmssw changes.

Build

I found compilation error when building:

                 from /scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/interface/Phi.h:5,
                 from /scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc:1:
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc: In instantiation of 'int testSmall() [with valType = float]':
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc:172:24:   required from here
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc:39:31:   in 'constexpr' expansion of 'angle_units::operators::operator""_pi(1.52999e+1l)'
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/Math/interface/angle_units.h:14:63: error: '(1.52999e+1l * 3.14159265358979311599796346854419e+0l)' is not a constant expression
   14 |     constexpr double operator"" _pi(long double x) { return x * piRadians; }
      |                                                             ~~^~~~~~~~~~~
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc: In instantiation of 'int testSmall() [with valType = double]':
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc:175:25:   required from here
/scratch/cmsbuild/jenkins_a/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-21-2300/src/DataFormats/GeometryVector/test/PhiTest.cc:39:31:   in 'constexpr' expansion of 'angle_units::operators::operator""_pi(1.52999e+1l)'


@mrodozov
Copy link
Contributor Author

please test with cms-sw/cmssw#33892

@cmsbuild
Copy link
Contributor

Pull request #6933 was updated.

@mrodozov
Copy link
Contributor Author

abort

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2021

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15488/summary.html
COMMIT: ed293b8
CMSSW: CMSSW_12_0_X_2021-05-30-2300/slc7_ppc64le_gcc9
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/6933/15488/install.sh to create a dev area with all the needed externals and cmssw changes.

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15488/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15488/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test test_PrepareInputDb had ERRORS
---> test test_MpsWorkFlow had ERRORS
---> test DFM_Math had ERRORS
---> test testFWCoreUtilities had ERRORS
and more ...

@mrodozov
Copy link
Contributor Author

mrodozov commented Jun 2, 2021

@smuzaffar cms-sw/cmssw#33892 is merged now we can get this one for the evening IB

@smuzaffar
Copy link
Contributor

@mrodozov , I would like to test OpenBlas change separately to see if that works for SKYLAKEAVX512_X IBs. Can you please just make a PR with only OpenBLAS update?

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2021

Pull request #6933 was updated.

@mrodozov
Copy link
Contributor Author

mrodozov commented Jun 2, 2021

I remove the openblas changes. get it as it is ?

@smuzaffar
Copy link
Contributor

please test for slc7_ppc64le_gcc9
lets run tests again ( just to make sure there is no typo)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 3, 2021

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15566/summary.html
COMMIT: bbde15b
CMSSW: CMSSW_12_0_X_2021-06-01-2300/slc7_ppc64le_gcc9
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/6933/15566/install.sh to create a dev area with all the needed externals and cmssw changes.

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15566/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d0525/15566/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test test_PrepareInputDb had ERRORS
---> test test_MpsWorkFlow had ERRORS
---> test DFM_Math had ERRORS
---> test DFM_MathRepr had ERRORS
and more ...

@smuzaffar
Copy link
Contributor

+externals
looks good

@smuzaffar smuzaffar merged commit d3b6a61 into IB/CMSSW_12_0_X/master Jun 3, 2021
@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 3, 2021

This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_0_X/master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

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

3 participants