-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
HDF5 interface for LHE-HDF5 event files #30312
Conversation
The code-checks are being triggered in jenkins. |
@bendavid might be interested in this |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30312/16282
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
1 similar comment
The code-checks are being triggered in jenkins. |
-code-checks ERROR: Build errors found during clang-tidy run.
|
I need some help here. This is a direct copy of the structure of LHEReader, so why does one trigger a problem, but not the other? Couldn't find the definition of iCatalog in CMSSW lxr. |
The code-checks are being triggered in jenkins. |
-code-checks ERROR: Build errors found during clang-tidy run.
|
The code-checks are being triggered in jenkins. |
-code-checks ERROR: Build errors found during clang-tidy run.
|
-1 Tested at: 00b5cc6
I found compilation error when building: ERROR: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/tensorflow-sources/2.1.0-e4ba21/tensorflow-2.1.0/tensorflow/tools/pip_package/BUILD:223:1 Executing genrule //tensorflow/python/keras/api:keras_python_api_gen_compat_v1 failed (Exit 1) INFO: Elapsed time: 3080.834s, Critical Path: 206.47s INFO: 9091 processes: 9091 local. FAILED: Build did NOT complete successfully FAILED: Build did NOT complete successfully error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.6HZwWJ (%build) RPM build errors: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.6HZwWJ (%build) You can see the results of the tests here: |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
After having merged cms-sw/cmsdist#6160 the tests are ok. Do you have further comments @smrenna @cms-sw/generators-l2 ? |
Hello, its looks all good to me. Unless @smrenna has other comments on this. |
Kind reminder @cms-sw/generators-l2 |
Thanks @smrenna for the PR. As there was no additional feedback I am ok with the PR being merged. |
+1 |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a copy of LHESource to handle event generator files in the HDF5 format.
This uses the header-only HighFive library for handling the HDF5 files and information.
PR validation:
I have used the two tests in the LHEInterface tests directory: testReader_cfg.py, which reads the hdf5 file and makes a root edm file and dumpLHE_cfg.py that prints out the stored information.
I can put some hdf5 files on lxplus for testing.
Before submitting your pull requests, make sure you followed this checklist: