Modify ↓
Opened 13 years ago
Closed 12 years ago
#223 closed defect (fixed)
Amegic lib compilation fails for LO "W^+ W^+ jjj"
Reported by: | Frank Siegert | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-2.0.0 |
Component: | Unknown | Version: | 0.trunk |
Keywords: | Cc: |
Description
Amegic with the following run card generates libs which fail to compile:
(run){ ME_SIGNAL_GENERATOR=Amegic EVENTS = 10 FRAGMENTATION=Off ME_QED=Off MASSIVE[5]=1 PDF_SET=cteq6m SCALES VAR{sqr(80.4)} BEAM_1 = 2212; BEAM_ENERGY_1 = 7000.; BEAM_2 = 2212; BEAM_ENERGY_2 = 7000.; }(run) (processes){ Process 2 21 -> -11 12 -13 14 1 3 -4; Order_EW 6; End process; }(processes) (selector){ NJetFinder 3 50.0 0.0 0.6 -1 }(selector)
The first library that it compiles is Process/P2_7/fsrchannels7
and it fails with the following error right away:
[...] /bin/bash ../libtool --tag=CXX --mode=compile g++ -Wl,--no-as-needed -m32 -I. -I/scratch/sherpa/trunk/include/SHERPA-MC -O2 -MT C7_616.lo -MD -MP -MF .deps/C7_616.Tpo -c -o C7_616.lo C7_616.C libtool: compile: g++ -Wl,--no-as-needed -m32 -I. -I/scratch/sherpa/trunk/include/SHERPA-MC -O2 -MT C7_616.lo -MD -MP -MF .deps/C7_616.Tpo -c C7_616.C -fPIC -DPIC -o .libs/C7_616.o mv -f .deps/C7_618.Tpo .deps/C7_618.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -Wl,--no-as-needed -m32 -I. -I/scratch/sherpa/trunk/include/SHERPA-MC -O2 -MT C7_615.lo -MD -MP -MF .deps/C7_615.Tpo -c -o C7_615.lo C7_615.C libtool: compile: g++ -Wl,--no-as-needed -m32 -I. -I/scratch/sherpa/trunk/include/SHERPA-MC -O2 -MT C7_615.lo -MD -MP -MF .deps/C7_615.Tpo -c C7_615.C -fPIC -DPIC -o .libs/C7_615.o C7_616.C: In member function 'virtual void PHASIC::C7_616::GeneratePoint(ATOOLS::Vec4D*, PHASIC::Cut_Data*, double*)': C7_616.C:89:19: error: 'p0_87' was not declared in this scope C7_616.C: In member function 'virtual void PHASIC::C7_616::GenerateWeight(ATOOLS::Vec4D*, PHASIC::Cut_Data*)': C7_616.C:177:19: error: 'p0_87' was not declared in this scope make[1]: *** [C7_616.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/C7_617.Tpo .deps/C7_617.Plo C7_615.C: In member function 'virtual void PHASIC::C7_615::GeneratePoint(ATOOLS::Vec4D*, PHASIC::Cut_Data*, double*)': C7_615.C:89:19: error: 'p0_87' was not declared in this scope C7_615.C: In member function 'virtual void PHASIC::C7_615::GenerateWeight(ATOOLS::Vec4D*, PHASIC::Cut_Data*)': C7_615.C:177:19: error: 'p0_87' was not declared in this scope make[1]: *** [C7_615.lo] Error 1
I'm attaching C7_615.C
and C7_616.C
. I have also checked all files in Process/P2_7/fsrchannels7
and none of them contains a definition of p0_87
.
This happens both in trunk and 1.3.1.
Attachments (2)
Change History (4)
Changed 13 years ago by
Changed 13 years ago by
comment:1 Changed 12 years ago by
Milestone: | rel-1.4.0 → rel-2.0.0 |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed on trunk r22309.