sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.
Modify

Opened 12 years ago

Closed 11 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)

C7_615.C (9.8 KB) - added by Frank Siegert 12 years ago.
C7_616.C (9.8 KB) - added by Frank Siegert 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Frank Siegert

Attachment: C7_615.C added

Changed 12 years ago by Frank Siegert

Attachment: C7_616.C added

comment:1 Changed 11 years ago by Frank Siegert

Milestone: rel-1.4.0rel-2.0.0

comment:2 Changed 11 years ago by Stefan Hoeche

Resolution: fixed
Status: newclosed

Fixed on trunk r22309.

Modify Ticket

Change Properties
Action
as closed The owner will remain support@sherpa-mc.de.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.