problem in launching

Asked by Christina Karagianni

Hello!

every time I try to launch any process I receive this error message

Error detected in "generate_events run_01"
write debug file /home/christina/Programs/MG5_aMC_v2_6_3_2/ttbar_test/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
MadGraph5Error : A compilation Error occurs when trying to compile /home/christina/Programs/MG5_aMC_v2_6_3_2/ttbar_test/SubProcesses/P1_gg_ttx.
        The compilation fails with the following output message:
            gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c driver.f -I../../Source/
            gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c myamp.f -I../../Source/
            gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c genps.f -I../../Source/
            genps.f:60:55:

                   call gen_mom(iconfig,mincfig,maxcfig,invar,wgt,x,p)
                                                                   1
            Error: Actual argument contains too few elements for dummy argument ‘p1’ (5/20) at (1)
            make: *** [makefile:60: genps.o] Error 1
            make: *** Waiting for unfinished jobs....

        Please try to fix this compilations issue and retry.
        Help might be found at https://answers.launchpad.net/mg5amcnlo.
        If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo

What's the problem exactly?

Thanks a lot in advance!

Cheers,
Cristina

Question information

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

Are you using GCC8?

Looks like our code is not yet compatble with the new convention expected in that version.
The new version of the code (which should be released soon) should be compatible.

Cheers,

Olivier

Revision history for this message
Christina Karagianni (kcristina) said :
#2

Thanks Olivier Mattelaer, that solved my question.

Revision history for this message
Christina Karagianni (kcristina) said :
#3

by downgrading the version of gcc the problem was solved