-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Dire integration (for internal partons) #22098
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-22098/3227 |
A new Pull Request was created by @intrepid42 (Markus Seidel) for master. It involves the following packages: GeneratorInterface/Pythia8Interface @cmsbuild, @efeyazgan, @perrozzi can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
-1 Tested at: 6ad6c0a You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build ClangBuild
I found an error when building: >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/RecoParticleFlow/PFSimProducer/plugins/modulesSim.cc Entering library rule at FastSimulation/ParticleDecay >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/src/Py8GunBase.cc In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8GunBase.h:23:0, from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/src/Py8GunBase.cc:1: /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8InterfaceBase.h:15:23: fatal error: Dire/Dire.h: No such file or directory #include ^ compilation terminated. >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/src/ResonanceDecayFilterHook.cc gmake: *** [tmp/slc6_amd64_gcc630/src/GeneratorInterface/Pythia8Interface/src/GeneratorInterfacePythia8Interface/Py8GunBase.o] Error 1
I found a compilation error while trying to compile with clang: >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/plugins/PowhegResHook.cc >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/plugins/JetMatchingHook.cc >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/plugins/EmissionVetoHook1.cc >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/plugins/LHAupLesHouches.cc In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/src/Py8InterfaceBase.cc:1: /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8InterfaceBase.h:15:10: fatal error: 'Dire/Dire.h' file not found #include ^~~~~~~~~~~~~ 1 error generated. In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/src/Py8GunBase.cc:1: In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-02-02-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8GunBase.h:23: |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
please test with cms-sw/cmsdist#3711 |
The tests are being triggered in jenkins. |
I forgot to put dire in the cmssw-tool-conf.spec, fixed now! |
please test with cms-sw/cmsdist#3711 |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
@perrozzi do you have some validation material? Is Dire supposed to be part of a pythia8 standard workflow? |
@intrepid42 should comment |
I verified that the Dire shower runs and test events (e+e-) are produced, including shower weights --> I have a small output file with validation events but no high-stats comparison against other generators. |
@intrepid42 sorry, is the example in this PR, where I see that Dire is used, running and producing events for processing correctly out of the box? I mean a technical test, physics checks will come later... |
Yes, I added the test config file |
Hi, I hope somebody can help with this: I want to generate pp>ttbar events but the code hangs in pythia::next().
I am not an expert on shared libraries and thread safety etc... |
Needs cms-sw/cmsdist#3711