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

Update the OpenMPI configure options #7867

Conversation

fwyzard
Copy link
Contributor

@fwyzard fwyzard commented May 13, 2022

Enable additional protocols:

  • RDMA Core libverbs
  • XPMEM and CMA shared memory

Explicitly disable the unsupported protocols:

  • OpenFabrics libfabric
  • Portals 4
  • Intel PSM/PSM2
  • KNEM shared memory

Mellanox Hierarchical Collectives (HCOLL), Fabric Collective Accelerator (FCA), and Messaging (MXM) are disabled by default, since the corresponding libraries are not available.

@fwyzard
Copy link
Contributor Author

fwyzard commented May 13, 2022

please test

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_12_4_X/master.

@smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks.
@perrotta, @dpiparo, @qliphy you are the release manager for this.
cms-bot commands are listed here

@fwyzard
Copy link
Contributor Author

fwyzard commented May 13, 2022

@smuzaffar @perrotta this is not urgent, but if possible it would be nice to have it in pre4.

It shouldn't have any impact, since MPI is not used in production, only in some R&D projects.

@cmsbuild
Copy link
Contributor

-1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24711/summary.html
COMMIT: 0ff4911
CMSSW: CMSSW_12_4_X_2022-05-13-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24711/install.sh to create a dev area with all the needed externals and cmssw changes.

External Build

I found compilation error when building:

checking whether mpifort accepts -g... yes
checking host system type... x86_64-pc-linux-gnu
checking how to get verbose linking output from mpifort... -v
checking for Fortran libraries of mpifort...  -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/blackhat/0.9.9-b18ee5bda10617cc8630387a72a37be4/lib/blackhat -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/qd/2.3.13-8f6f1bb4da96a4cf4b4bf7f79cfac225/lib -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/openmpi/4.1.3-0e2ee13c74a99175bfebd3866bf240cc/lib -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/hwloc/2.7.1-a1920ed124b3d5edd575bf7df8a27f99/lib -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc/x86_64-unknown-linux-gnu/10.3.0 -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc/x86_64-unknown-linux-gnu/10.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc/x86_64-unknown-linux-gnu/10.3.0/../../../../x86_64-unknown-linux-gnu/lib -L/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc/x86_64-unknown-linux-gnu/10.3.0/../../.. -ldl -lmpi_mpifh -lmpi -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... unknown
configure: error: in `/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc10/external/sherpa/2.2.11-4e3268cc58c2d6a7f30de50e022c29e9/SHERPA-MC-2.2.11':
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details
error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.3p3B9b (%build)




@fwyzard
Copy link
Contributor Author

fwyzard commented May 13, 2022

Interesting... looks like we do use (or at least link) to the Fortran MPI libraries !

@fwyzard fwyzard force-pushed the IB/CMSSW_12_4_X/master_update_OpenMPI_configure branch from 0ff4911 to c9e8f7a Compare May 13, 2022 21:10
@fwyzard
Copy link
Contributor Author

fwyzard commented May 13, 2022

please test

@cmsbuild
Copy link
Contributor

Pull request #7867 was updated.

Enable additional protocols:
  - RDMA Core libverbs
  - XPMEM and CMA shared memory

Explicitly disable the unsupported protocols:
  - OpenFabrics libfabric
  - Portals 4
  - Intel PSM/PSM2
  - KNEM shared memory

Mellanox Hierarchical Collectives (HCOLL), Fabric Collective Accelerator (FCA),
and Messaging (MXM) are disabled by default, since the corresponding libraries
are not available.
@fwyzard fwyzard force-pushed the IB/CMSSW_12_4_X/master_update_OpenMPI_configure branch from c9e8f7a to 746cd80 Compare May 13, 2022 21:31
@cmsbuild
Copy link
Contributor

Pull request #7867 was updated.

@fwyzard
Copy link
Contributor Author

fwyzard commented May 13, 2022

please test

@fwyzard
Copy link
Contributor Author

fwyzard commented May 14, 2022

OK, I think the unit test failure for SiStripDAQ_O2O_test is present since a while.

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24717/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_4_X_2022-05-13-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24717/install.sh to create a dev area with all the needed externals and cmssw changes.

Unit Tests

I found errors in the following unit tests:

---> test SiStripDAQ_O2O_test had ERRORS

Comparison Summary

Summary:

  • No significant changes to the logs found
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 455 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3697377
  • DQMHistoTests: Total failures: 127
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3697227
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 48 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 206 log files, 45 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@smuzaffar
Copy link
Contributor

please test for el8_amd64_gcc10

@smuzaffar
Copy link
Contributor

please test for el8_aarch64_gcc10

@smuzaffar
Copy link
Contributor

please test for el8_ppc64le_gcc10

@smuzaffar smuzaffar changed the base branch from IB/CMSSW_12_4_X/master to IB/CMSSW_12_5_X/master May 16, 2022 08:27
@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24733/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_4_X_2022-05-13-2300/el8_ppc64le_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24733/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-26be6a/24733/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24733/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test testONNXRuntime had ERRORS
---> test testFWCoreUtilities had ERRORS
---> test DRNTest had ERRORS

AddOn Tests

----- Begin Fatal Exception 16-May-2022 13:14:13 CEST-----------------------
An exception of category 'NoProxyException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 6 stream: 0
   [1] Running path 'FEVTDEBUGHLToutput_step'
   [2] Prefetching for module PoolOutputModule/'FEVTDEBUGHLToutput'
   [3] Prefetching for module HcalCPURecHitsProducer/'hltHbherecoFromGPU'
   [4] Calling method for module HBHERecHitProducerGPU/'hltHbherecoGPU'
Exception Message:
No data of type "HcalRecoParamsWithPulseShapesGPU" with label "" in record "HcalRecoParamsRcd"
 Please add an ESSource or ESProducer to your job which can deliver this data.
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 16-May-2022 13:12:45 CEST-----------------------
An exception of category 'NoProxyException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 0
   [1] Running path 'FEVTDEBUGHLToutput_step'
   [2] Prefetching for module PoolOutputModule/'FEVTDEBUGHLToutput'
   [3] Prefetching for module HcalCPURecHitsProducer/'hltHbherecoFromGPU'
   [4] Calling method for module HBHERecHitProducerGPU/'hltHbherecoGPU'
Exception Message:
No data of type "HcalRecoParamsWithPulseShapesGPU" with label "" in record "HcalRecoParamsRcd"
 Please add an ESSource or ESProducer to your job which can deliver this data.
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 16-May-2022 13:10:56 CEST-----------------------
An exception of category 'NoProxyException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 4 stream: 2
   [1] Running path 'FEVTDEBUGHLToutput_step'
   [2] Prefetching for module PoolOutputModule/'FEVTDEBUGHLToutput'
   [3] Prefetching for module HcalCPURecHitsProducer/'hltHbherecoFromGPU'
   [4] Calling method for module HBHERecHitProducerGPU/'hltHbherecoGPU'
Exception Message:
No data of type "HcalRecoParamsWithPulseShapesGPU" with label "" in record "HcalRecoParamsRcd"
 Please add an ESSource or ESProducer to your job which can deliver this data.
----- End Fatal Exception -------------------------------------------------
Expand to see more addon errors ...

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24734/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_4_X_2022-05-13-2300/el8_aarch64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24734/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-26be6a/24734/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24734/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test TestFWCoreServicesDriver had ERRORS
---> test DRNTest had ERRORS

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24732/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_4_X_2022-05-13-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24732/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-26be6a/24732/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24732/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test SiStripDAQ_O2O_test had ERRORS

Comparison Summary

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-26be6a/11634.301_TTbar_14TeV+2021_Run3FS+TTbar_14TeV_TuneCP5_GenSim+HARVESTNano

Summary:

  • No significant changes to the logs found
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 67956 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3697377
  • DQMHistoTests: Total failures: 465098
  • DQMHistoTests: Total nulls: 380
  • DQMHistoTests: Total successes: 3231877
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.31499999999999995 KiB( 48 files compared)
  • DQMHistoSizes: changed ( 10224.0 ): 0.063 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 11834.0 ): 2.372 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 250202.181 ): 0.006 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 25202.0 ): -0.117 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 7.3 ): -2.009 KiB SiStrip/MechanicalView
  • Checked 206 log files, 45 edm output root files, 49 DQM output files
  • TriggerResults: found differences in 14 / 48 workflows

@smuzaffar
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24786/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_5_X_2022-05-17-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/install.sh to create a dev area with all the needed externals and cmssw changes.

Unit Tests

I found errors in the following unit tests:

---> test runtestRecoTauTagRecoTau had ERRORS
---> test SiStripDAQ_O2O_test had ERRORS
---> test testTauEmbeddingProducers had ERRORS

RelVals

----- Begin Fatal Exception 17-May-2022 21:50:47 CEST-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing module: class=DeepTauId label='deepTau2018v2p5'
Exception Message:
edm::FileInPath unable to find file RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2018v2p5_core.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/src:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/external/slc7_amd64_gcc10/data:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/src
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/136.7611_RunJetHT2016E_reminiaod+RunJetHT2016E_reminiaod+REMINIAOD_data2016_HIPM+HARVESTDR2_REMINIAOD_data2016_HIPM
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-May-2022 21:50:48 CEST-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing module: class=DeepTauId label='deepTau2018v2p5'
Exception Message:
edm::FileInPath unable to find file RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2018v2p5_core.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/src:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/external/slc7_amd64_gcc10/data:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/src
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/136.8311_RunJetHT2017F_reminiaod+RunJetHT2017F_reminiaod+REMINIAOD_data2017+HARVEST2017_REMINIAOD_data2017
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-May-2022 21:50:50 CEST-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing module: class=DeepTauId label='deepTau2018v2p5'
Exception Message:
edm::FileInPath unable to find file RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2018v2p5_core.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/src:/cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/7867/24786/CMSSW_12_5_X_2022-05-17-1100/external/slc7_amd64_gcc10/data:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/poison:/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_X_2022-05-17-1100/src
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/136.88811_RunJetHT2018D_reminiaodUL+RunJetHT2018D_reminiaodUL+REMINIAOD_data2018UL+HARVEST2018_REMINIAOD_data2018UL
----- End Fatal Exception -------------------------------------------------
Expand to see more relval errors ...

@smuzaffar
Copy link
Contributor

please test

@smuzaffar
Copy link
Contributor

please test

2 similar comments
@smuzaffar
Copy link
Contributor

please test

@smuzaffar
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24975/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_5_X_2022-05-24-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24975/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-26be6a/24975/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24975/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test SiStripDAQ_O2O_test had ERRORS

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3650985
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3650955
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 208 log files, 45 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

1 similar comment
@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24975/summary.html
COMMIT: 746cd80
CMSSW: CMSSW_12_5_X_2022-05-24-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/7867/24975/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-26be6a/24975/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-26be6a/24975/git-merge-result

Unit Tests

I found errors in the following unit tests:

---> test SiStripDAQ_O2O_test had ERRORS

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3650985
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3650955
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 208 log files, 45 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@smuzaffar
Copy link
Contributor

+externals

@cmsbuild
Copy link
Contributor

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

@smuzaffar smuzaffar merged commit 602c423 into cms-sw:IB/CMSSW_12_5_X/master May 25, 2022
@fwyzard fwyzard deleted the IB/CMSSW_12_4_X/master_update_OpenMPI_configure branch July 6, 2022 22:44
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