-
Notifications
You must be signed in to change notification settings - Fork 184
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
[CC8] Sync madgraph 2.7.3 #6758
[CC8] Sync madgraph 2.7.3 #6758
Conversation
A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_11_3_X/cc8. @cmsbuild, @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks. |
please test workflow 511.0 |
abort |
please test workflow 511.0 for cc8_amd64_gcc9 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d4f03f/13743/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
Patch0: madgraph5amcatnlo-config | ||
# Compile and install internal and external packages | ||
#Patch1: madgraph5amcatnlo-compile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrodozov , what is this patch and why it is not needed for cc8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
followed your example on how to build it on cc8 from here:
5b24f9e
the patch is a script that is used to compile madgraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this patch for cc7? I thought the newer madgraph version did not need it that is why I had dropped it. So now if cc7 also has the newer version then do we need this patch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check if it works without it and remove it if it runs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's segfaulting. looks like this script is creating something that is needed for slc7. in short we need this patch. the log says
determining subprocesses for p p j j
building matrix elements.
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
*/Herwig/Vertices/HGGVertex has inconsistent number of external particles and coupling order = 3 for a perturbative interaction. Either it's an effective vertex or something is wrong.
**************************************************
created 176 subprocesses.
---------------------------------------------------
preparing Born matrix elements.
Initializing external amplitudes.
>>> Compiling MadGraph amplitudes. This may take some time -- please be patient.
>>> In case of problems see ./Herwig-cache/Build/MadGraphAmplitudes/MG.log for details.
*** MadGraph build failed, check logfile for details ***Error: Failed to initialize amplitude 'MadGraph'
determining subprocesses for p p j j
building matrix elements.
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
*/Herwig/Vertices/HGGVertex has inconsistent number of external particles and coupling order = 3 for a perturbative interaction. Either it's an effective vertex or something is wrong.
**************************************************
created 176 subprocesses.
---------------------------------------------------
preparing Born matrix elements.
Initializing external amplitudes.
>>> Compiling MadGraph amplitudes. This may take some time -- please be patient.
>>> In case of problems see ./Herwig-cache/Build/MadGraphAmplitudes/MG.log for details.
*** MadGraph build failed, check logfile for details ***Error: Failed to initialize amplitude 'MadGraph'
Error: The object '/Herwig/EventHandlers/Luminosity' was not created as another object with that name already exists.
Error: The object '/Herwig/Analysis/HepMC' was not created as another object with that name already exists.
determining subprocesses for p p j j
building matrix elements.
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
*/Herwig/Vertices/HGGVertex has inconsistent number of external particles and coupling order = 3 for a perturbative interaction. Either it's an effective vertex or something is wrong.
**************************************************
created 176 subprocesses.
---------------------------------------------------
determining subprocesses for p p j j
building matrix elements.
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Error: MatchboxFactory: Matrix element ME[d,d->d,d] already existing.
Herwig: EventGenerator not available.
Check if 'InterfaceMatchboxTest.run' is a valid run file.
this ran the 511.0 wf, lets check it.