gridpack fails compilation

Asked by Valerio Dao

Hello,

I produced a gridpack according to instructions.

When I unpack it and try to do:
cd madevent
./bin/compile

I get:

Using static libraries
rm -f *.o ../lib/libdsample.a ../lib/libgeneric.a ../bin/internal/gen_ximprove ../bin/internal/combine_events ../bin/internal/gensudgrid ../bin/internal/combine_runs
cd PDF; make clean; cd ..
rm -f *.o ../../lib/libpdf.a
cd DHELAS; make clean; cd ..
makefile:21: aloha_file.inc: No such file or directory
make[1]: *** No rule to make target `aloha_file.inc'. Stop.
cd CERNLIB; make clean; cd ..
rm -f *.o ../../lib/libcernlib.a
cd MODEL; make clean; cd ..
rm -f *.o ../../lib/libmodel.a
rm -f *.o gensym madevent
rm -f *.o gensym madevent
make: *** No rule to make target `gen_ximprove.f', needed by `gen_ximprove.o'. Stop.
Error make ../bin/internal/gen_ximprove in Source not successful

The only reason for me to use the grid pack is that I wanted to implement the top decay following the DECAY package.
Is it possible to have the DECAY feature directly when running MadGraph?

I can run decay in standalone mode but I need to input everything from the interactive session which is quite unpractical.

thanks a lot,

Valerio

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi Valerio,

Are you using the latest MG version?
I've try and didn't reproduce your error (which I should since it looks like a missing file).

Do you have the file
.madevent/Source/gen_ximprove.f
in your grid pack?

> The only reason for me to use the grid pack is that I wanted to implement the top decay following the DECAY package.
> Is it possible to have the DECAY feature directly when running MadGraph?

If you use the beta version of MG (2.0.0beta3), you will have MadSpin included (arXiv:1212.3460).
Which also decays the event (no only SM) but with full spin correlation (instead of partial spin-correlation for DECAY)
and with off-shell effect (neglected with DECAY).
Of course this programs runs slower than DECAY (but Note that MadSpin is going to be fasten by a factor 10)
The advantages for you is that MS can be run automatically (via a card configuration).

Cheers,

Olivier

On Jul 30, 2013, at 3:36 PM, Valerio Dao <email address hidden> wrote:

> New question #233281 on MadGraph5:
> https://answers.launchpad.net/madgraph5/+question/233281
>
> Hello,
>
> I produced a gridpack according to instructions.
>
> When I unpack it and try to do:
> cd madevent
> ./bin/compile
>
> I get:
>
> Using static libraries
> rm -f *.o ../lib/libdsample.a ../lib/libgeneric.a ../bin/internal/gen_ximprove ../bin/internal/combine_events ../bin/internal/gensudgrid ../bin/internal/combine_runs
> cd PDF; make clean; cd ..
> rm -f *.o ../../lib/libpdf.a
> cd DHELAS; make clean; cd ..
> makefile:21: aloha_file.inc: No such file or directory
> make[1]: *** No rule to make target `aloha_file.inc'. Stop.
> cd CERNLIB; make clean; cd ..
> rm -f *.o ../../lib/libcernlib.a
> cd MODEL; make clean; cd ..
> rm -f *.o ../../lib/libmodel.a
> rm -f *.o gensym madevent
> rm -f *.o gensym madevent
> make: *** No rule to make target `gen_ximprove.f', needed by `gen_ximprove.o'. Stop.
> Error make ../bin/internal/gen_ximprove in Source not successful
>
> The only reason for me to use the grid pack is that I wanted to implement the top decay following the DECAY package.
> Is it possible to have the DECAY feature directly when running MadGraph?
>
> I can run decay in standalone mode but I need to input everything from the interactive session which is quite unpractical.
>
> thanks a lot,
>
> Valerio
>
>
> --
> You received this question notification because you are a member of
> MadTeam, which is an answer contact for MadGraph5.

Revision history for this message
Valerio Dao (valerio-dao) said :
#2

Hi Olivier,

I am using version 1.5.11.

I do see the file madevent/Source/gen_ximprove.f in the folder produced by the output command,
but I don't see it in the gridpack.

Anyway, I will try to move to the beta version as you suggested.

thanks a lot,

Valerio

Can you help with this problem?

Provide an answer of your own, or ask Valerio Dao for more information if necessary.

To post a message you must log in.