taudecay_UFO crashes

Bug #1463883 reported by Baris Altunkaynak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Fix Released
Undecided
Unassigned

Bug Description

The taudecay_UFO model crashes when trying to run a calculation. It seems the compiler can't properly link the ffct2_ function.

Revision history for this message
Baris Altunkaynak (baris-altunkaynak) wrote :
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

Thanks so much.

Here is the patch:

=== modified file 'Template/LO/SubProcesses/makefile'
--- Template/LO/SubProcesses/makefile 2015-01-26 01:41:47 +0000
+++ Template/LO/SubProcesses/makefile 2015-06-09 22:44:45 +0000
@@ -17,7 +17,7 @@
    MADLOOP_LIB =
endif

-LINKLIBS = -L../../lib/ -ldsample -lmodel -lgeneric -lpdf -lcernlib $(lhapdf) $(LINK_MADLOOP_LIB) $(LINK_LOOP_LIBS) -L../../lib/ -ldhelas
+LINKLIBS = -L../../lib/ -ldhelas -ldsample -lmodel -lgeneric -lpdf -lcernlib $(lhapdf) $(LINK_MADLOOP_LIB) $(LINK_LOOP_LIBS)

LIBS = $(LIBDIR)libdhelas.$(libext) $(LIBDIR)libdsample.$(libext) $(LIBDIR)libgeneric.$(libext) $(LIBDIR)libpdf.$(libext) $(LIBDIR)libmodel.$(libext) $(LIBDIR)libcernlib.$(libext) $(MADLOOP_LIB) $(LOOP_LIBS)

Cheers,

Olivier

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

Looks like the patch makes the loop-indude process to crash so here is a new one:

=== modified file 'Template/LO/SubProcesses/makefile'
--- Template/LO/SubProcesses/makefile 2015-01-26 01:41:47 +0000
+++ Template/LO/SubProcesses/makefile 2015-06-09 22:44:45 +0000
@@ -17,7 +17,7 @@
    MADLOOP_LIB =
endif

-LINKLIBS = -L../../lib/ -ldsample -lmodel -lgeneric -lpdf -lcernlib $(lhapdf) $(LINK_MADLOOP_LIB) $(LINK_LOOP_LIBS) -L../../lib/ -ldhelas
+LINKLIBS = $(LINK_MADLOOP_LIB) $(LINK_LOOP_LIBS) -L../../lib/ -ldhelas -ldsample -lmodel -lgeneric -lpdf -lcernlib $(lhapdf)

LIBS = $(LIBDIR)libdhelas.$(libext) $(LIBDIR)libdsample.$(libext) $(LIBDIR)libgeneric.$(libext) $(LIBDIR)libpdf.$(libext) $(LIBDIR)libmodel.$(libext) $(LIBDIR)libcernlib.$(libext) $(MADLOOP_LIB) $(LOOP_LIBS)

Changed in mg5amcnlo:
status: New → Fix Committed
Changed in mg5amcnlo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.