Compilation error
Hi all,
I've created the UFO files of my own BSM model using SARAH, but I'm having some issues with them. Using the same files with the same MG5 version (2.6.6), everything works fine in my laptop (MacOS), but in a second computer (Linux) I got the following errors:
Error detected in "generate_events run_01"
write debug file /home/tpeng23/
If you need help with this issue please contact us on https:/
MadGraph5Error : A compilation Error occurs when trying to compile /home/tpeng23/
The compilation fails with the following output message:
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
cd DHELAS; make
make[1]: Entering directory `/home/
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gfortran -O -w -fbounds-check -fPIC -ffixed-
cd PDF; make
cd MODEL; make
make[1]: Entering directory `/home/
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gfortran -O -w -fbounds-check -fPIC -ffixed-
make[1]: Entering directory `/home/
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gfortran -O -w -fbounds-check -fPIC -ffixed-
cd CERNLIB; make
make[1]: Entering directory `/home/
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gfortran -O -w -fbounds-check -fPIC -ffixed-
intparam_
Included at couplings.f:16:
MDL_TW = ASIN(SQRT(
Error: 'x' argument of 'asin' intrinsic at (1) must be REAL
gfortran -O -w -fbounds-check -fPIC -ffixed-
intparam_
Included at couplings.f:38:
MDL_TW = ASIN(SQRT(
Error: 'x' argument of 'asin' intrinsic at (1) must be REAL
make[1]: *** [couplings.o] Error 1
make[1]: Leaving directory `/home/
make: *** [../lib/libmodel.a] Error 2
make: *** Waiting for unfinished jobs....
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
ar cru ../../lib/
ranlib ../../lib/
make[1]: Leaving directory `/home/
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
ar cru ../../lib/
ranlib ../../lib/
make[1]: Leaving directory `/home/
ar cru ../../lib/libpdf.a Ctq6Pdf.o pdfwrap.o opendata.o pdf.o PhotonFlux.o pdg2pdf.o NNPDFDriver.o
ranlib ../../lib/libpdf.a
make[1]: Leaving directory `/home/
Please try to fix this compilations issue and retry.
Help might be found at https:/
If you think that this is a bug, you can report this at https:/
Do you know where could be the problem? Thank you in advance!
Best,
Sebastian
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Olivier Mattelaer
- Solved:
- 2019-10-01
- Last query:
- 2019-10-01
- Last reply:
- 2019-10-01
Hi,
Which version of gfortran are you using?
Updating to a recent version of gfortran/gcc is likely to solve the issue.
Cheers,
Olivier
On 30 Sep 2019, at 02:08, Sebastian Urrutia-Quiroga <<email address hidden>
Error: 'x' argument of 'asin' intrinsic at (1) must be REAL
Hi Olivier,
The second computer I'm using has gcc/GNU Fortran (GCC) 4.4.6, is it too old?
Thanks,
Sebastian
That's quite old indeed.
Cheers,
Olivier
> On 1 Oct 2019, at 03:33, Sebastian Urrutia-Quiroga <email address hidden> wrote:
>
> Question #684454 on MadGraph5_aMC@NLO changed:
> https:/
>
> Status: Answered => Open
>
> Sebastian Urrutia-Quiroga is still having a problem:
> Hi Olivier,
>
> The second computer I'm using has gcc/GNU Fortran (GCC) 4.4.6, is it too
> old?
>
> Thanks,
> Sebastian
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Thanks Olivier Mattelaer, that solved my question.