Changing default compiler in MadGraph5 and problems with ninja

Asked by Gilberto

Hi
I am currently running mg5 in a the computer system of my current institute. Hence I am not the super-user, but can make modifications locally. I am having issues with the outdated version of the gfortran compiler. However, some time ago I built my own version locally. How do I make mg5 to use my local compiler and not the global one?. I just one this to happen for mg5 and not globally for any single program.

Now, in my laptop where I am the super user, I am trying to calculate some processes at NLO, thus some extra packages have to be installed: please find in the following lines the error message when typing >output:
-------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------

First output using loop matrix-elements has been detected. Now asking for loop reduction:
For loop computations, MadLoop requires dedicated tools to perform the reduction of loop Feynman diagrams using OPP-based and/or TIR approaches.

Which one do you want to install? (this needs to be done only once)
1. cuttools (OPP) [0711.3596] : will be installed (required)
2. iregi (TIR) [1405.0301] : will be installed (required)
3. ninja (OPP) [1403.1229] : will be installed (recommended)
4. collier (TIR) [1604.06792] : do not install
5. golem (TIR) [0807.0605] : do not install
6. pjfry (TIR) [1112.0500] : do not install
You can:
 -> hit 'enter' to proceed
 -> type a number to cycle its options
 -> enter the following command:
    {tool_name} [install|noinstall|{prefixed_installation_path}]

If you are unsure about what this question means, just type enter to proceed. [300s to answer]
>
set golem ''
save options --auto
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
save options golem
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
set pjfry ''
save options --auto
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
save options pjfry
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
set collier ''
save options --auto
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
save options collier
save configuration file to /home/gilberto/Madgraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
install ninja
   You are installing 'ninja', please cite ref(s): arXiv:1203.0291, arXiv:1403.1229, arXiv:1604.01363.
Downloading the HEPToolInstaller at:
   http://madgraph.physics.illinois.edu/Downloads/HEPToolsInstaller/HEPToolsInstaller_V119.tar.gz
Now installing ninja. Be patient...
Fetching data with command:
  wget --no-check-certificate https://bitbucket.org/peraro/ninja/downloads/ninja-latest.tar.gz
--2019-05-28 05:16:49-- https://bitbucket.org/peraro/ninja/downloads/ninja-latest.tar.gz
Resolviendo bitbucket.org (bitbucket.org)... 2406:da00:ff00::22c0:3470, 2406:da00:ff00::34cc:ea4a, 2406:da00:ff00::22cd:e0db, ...
Conectando con bitbucket.org (bitbucket.org)[2406:da00:ff00::22c0:3470]:443... conectado.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
No se pudo establecer la conexión SSL.
Could not download data at '/tmp/tmpBc2QIz/ninja-latest.tar.gz'.
Command "output hhz" interrupted with error:
InvalidCmd : Installation of ninja failed.

-------------------------------------------------------------------------------------
----------------------------------------------------------------------------------

there seems to be an issue when downloading
ninja-latest.tar.gz.

How can I proceed?
Thanks in advance!
Gilberto

Question information

Language:
English Edit question
Status:
Expired
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,

You have the file input/mg5_configuration.txt
where you can specify which gfortran executable you want to use.

For ninja, I do not reproduce your error locally, neither on our cluster.
either it was a temporary issue or a issue linked to your version of wget.

In any case, ninja is not mandatory to run MG5aMC. In principle, we also provide some local source for ninja, if you type multiple times "3" to the question, you should see an option "local install" (or something similar)

Cheers,

Olivier

Revision history for this message
Gilberto (gilbtx) said :
#2

 Hi Oliver

Thank you very much for your answwer.
I indicated the path as you suggested, including the name of the gfortran compiler, i.e.

fortran_compiler = /user/gtx/gcc-5.2.0/bin/gfortran

I al so changed the c++ compiler

cpp_compiler = /user/gtx/gcc-5.2.0/bin/cpp

, then I indicate the paths for the installation for cuttools and iregi

Now I get the following message

Error detected in "output hzz"
write debug file MG5_debug
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 /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools.
 The compilation fails with the following output message:
     cp -p ./src/cts/cts_qpr.in ./src/cts/cts_mpr.h
     cp -p ./src/cts/cts_qpc.in ./src/cts/cts_mpc.h
     cp -p ./src/cts/cts_qprec.in ./src/cts/cts_mprec.h
     cp -p ./src/cts/cts_qpinit.in ./src/cts/cts_mpinit.h
     mkdir -p includects
     cp -p ./src/avh/* includects/
     cp -p ./src/cts/* includects/
     cp -p ./src/mpfun90/* includects/
     cp -p ./src/qcdloop/* includects/
     cp -p ./src/makefile includects/
     cd includects && make EXE="" FC="/user/gtx/gcc-5.2.0/bin/gfortran" FFLAGS="-fPIC -fno-automatic -O2 -funroll-all-loops" default
     make[1]: Entering directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
     /user/gtx/gcc-5.2.0/bin/gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c avh_olo.f90
     avh_olo.f90:23477:6:

        use mpmodule
           1
     Fatal Error: Cannot read module file ‘mpmodule.mod’ opened at (1), because it was created by a different version of GNU Fortran
     compilation terminated.
     make[1]: *** [avh_olo.o] Error 1
     make[1]: Leaving directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
     make: *** [default] Error 2

 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

Do you have any idea what is happening?

Thanks
Gilberto

On Wednesday, May 29, 2019 10:03 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Hi,
>
> You have the file input/mg5_configuration.txt
> where you can specify which gfortran executable you want to use.
>
> For ninja, I do not reproduce your error locally, neither on our cluster.
> either it was a temporary issue or a issue linked to your version of wget.
>
> In any case, ninja is not mandatory to run MG5aMC. In principle, we also
> provide some local source for ninja, if you type multiple times "3" to
> the question, you should see an option "local install" (or something
> similar)
>
> Cheers,
>
> Olivier
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

You need to do a make clean within the cuttools and erigi
/src directory

Cheers

Olivier

Get Outlook for iOS<https://aka.ms/o0ukef>

________________________________
From: <email address hidden> on behalf of Gilberto <email address hidden>
Sent: Wednesday, May 29, 2019 6:02 PM
To: Olivier Mattelaer
Subject: Re: [Question #681109]: Changing default compiler in MadGraph5 and problems with ninja

Question #681109 on MadGraph5_aMC@NLO changed:
https://answers.launchpad.net/mg5amcnlo/+question/681109

Status: Answered => Open

Gilberto is still having a problem:
Hi Oliver

Thank you very much for your answwer.
I indicated the path as you suggested, including the name of the gfortran compiler, i.e.

fortran_compiler = /user/gtx/gcc-5.2.0/bin/gfortran

I al so changed the c++ compiler

cpp_compiler = /user/gtx/gcc-5.2.0/bin/cpp

, then I indicate the paths for the installation for cuttools and iregi

Now I get the following message

Error detected in "output hzz"
write debug file MG5_debug
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 /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools.
The compilation fails with the following output message:
cp -p ./src/cts/cts_qpr.in ./src/cts/cts_mpr.h
cp -p ./src/cts/cts_qpc.in ./src/cts/cts_mpc.h
cp -p ./src/cts/cts_qprec.in ./src/cts/cts_mprec.h
cp -p ./src/cts/cts_qpinit.in ./src/cts/cts_mpinit.h
mkdir -p includects
cp -p ./src/avh/* includects/
cp -p ./src/cts/* includects/
cp -p ./src/mpfun90/* includects/
cp -p ./src/qcdloop/* includects/
cp -p ./src/makefile includects/
cd includects && make EXE="" FC="/user/gtx/gcc-5.2.0/bin/gfortran" FFLAGS="-fPIC -fno-automatic -O2 -funroll-all-loops" default
make[1]: Entering directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
/user/gtx/gcc-5.2.0/bin/gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c avh_olo.f90
avh_olo.f90:23477:6:

use mpmodule
1
Fatal Error: Cannot read module file ‘mpmodule.mod’ opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
make[1]: *** [avh_olo.o] Error 1
make[1]: Leaving directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
make: *** [default] Error 2

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

Do you have any idea what is happening?

Thanks
Gilberto

On Wednesday, May 29, 2019 10:03 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Hi,
>
> You have the file input/mg5_configuration.txt
> where you can specify which gfortran executable you want to use.
>
> For ninja, I do not reproduce your error locally, neither on our cluster.
> either it was a temporary issue or a issue linked to your version of wget.
>
> In any case, ninja is not mandatory to run MG5aMC. In principle, we also
> provide some local source for ninja, if you type multiple times "3" to
> the question, you should see an option "local install" (or something
> similar)
>
> Cheers,
>
> Olivier
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

--
You received this question notification because you are an answer
contact for MadGraph5_aMC@NLO.

Revision history for this message
Gilberto (gilbtx) said :
#4

 Hi Oliver

Thanks a lot!

Now there is not problem with the installation of the extra-packages, although I took out ninja. However during the generation process I am obtaning the error message attached. Do you have any idea of what is the issue now?.

Thanks in advance and best wishes.
Gilberto

On Wednesday, May 29, 2019 18:37 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> You need to do a make clean within the cuttools and erigi
> /src directory
>
> Cheers
>
> Olivier
>
> Get Outlook for iOS<https://aka.ms/o0ukef>
>
> ________________________________
> From: <email address hidden> on behalf of Gilberto <email address hidden>
> Sent: Wednesday, May 29, 2019 6:02 PM
> To: Olivier Mattelaer
> Subject: Re: [Question #681109]: Changing default compiler in MadGraph5 and problems with ninja
>
> Question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Answered => Open
>
> Gilberto is still having a problem:
> Hi Oliver
>
> Thank you very much for your answwer.
> I indicated the path as you suggested, including the name of the gfortran compiler, i.e.
>
> fortran_compiler = /user/gtx/gcc-5.2.0/bin/gfortran
>
> I al so changed the c++ compiler
>
> cpp_compiler = /user/gtx/gcc-5.2.0/bin/cpp
>
>
> , then I indicate the paths for the installation for cuttools and iregi
>
>
> Now I get the following message
>
>
> Error detected in "output hzz"
> write debug file MG5_debug
> 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 /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools.
> The compilation fails with the following output message:
> cp -p ./src/cts/cts_qpr.in ./src/cts/cts_mpr.h
> cp -p ./src/cts/cts_qpc.in ./src/cts/cts_mpc.h
> cp -p ./src/cts/cts_qprec.in ./src/cts/cts_mprec.h
> cp -p ./src/cts/cts_qpinit.in ./src/cts/cts_mpinit.h
> mkdir -p includects
> cp -p ./src/avh/* includects/
> cp -p ./src/cts/* includects/
> cp -p ./src/mpfun90/* includects/
> cp -p ./src/qcdloop/* includects/
> cp -p ./src/makefile includects/
> cd includects && make EXE="" FC="/user/gtx/gcc-5.2.0/bin/gfortran" FFLAGS="-fPIC -fno-automatic -O2 -funroll-all-loops" default
> make[1]: Entering directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
> /user/gtx/gcc-5.2.0/bin/gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c avh_olo.f90
> avh_olo.f90:23477:6:
>
> use mpmodule
> 1
> Fatal Error: Cannot read module file ‘mpmodule.mod’ opened at (1), because it was created by a different version of GNU Fortran
> compilation terminated.
> make[1]: *** [avh_olo.o] Error 1
> make[1]: Leaving directory `/data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/vendor/CutTools/includects'
> make: *** [default] Error 2
>
> 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
>
>
> Do you have any idea what is happening?
>
> Thanks
> Gilberto
>
>
>
> On Wednesday, May 29, 2019 10:03 CEST, Olivier Mattelaer
> <email address hidden> wrote:
>
> > Your question #681109 on MadGraph5_aMC@NLO changed:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109
> >
> > Status: Open => Answered
> >
> > Olivier Mattelaer proposed the following answer:
> > Hi,
> >
> > You have the file input/mg5_configuration.txt
> > where you can specify which gfortran executable you want to use.
> >
> > For ninja, I do not reproduce your error locally, neither on our cluster.
> > either it was a temporary issue or a issue linked to your version of wget.
> >
> > In any case, ninja is not mandatory to run MG5aMC. In principle, we also
> > provide some local source for ninja, if you type multiple times "3" to
> > the question, you should see an option "local install" (or something
> > similar)
> >
> > Cheers,
> >
> > Olivier
> >
> > -- If this answers your question, please go to the following page to let us
> > know that it is solved:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=0
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109
> >
> > You received this question notification because you asked the question.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#5

which error message?

Olivier

Revision history for this message
Gilberto (gilbtx) said :
#6

 HI Oliver
I put all the output after typing launch in the attahed file, here it is anyway:

MG5_aMC>launch hzz
INFO: ************************************************************
* *
* W E L C O M E to M A D G R A P H 5 *
* a M C @ N L O *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.5 2018-02-03 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
INFO: load configuration from /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
launch auto
The following switches determine which programs are run:
/================== Description ===================|================= values =================|======== other options =========\
| 1. Type of perturbative computation | order = NLO | LO |
| 2. No MC@[N]LO matching / event generation | fixed_order = OFF | ON |
| 3. Shower the generated events | shower = HERWIG6 | OFF|PYTHIA6Q|PYTHIA6PT |
| 4. Decay onshell particles | madspin = OFF | ON|onshell |
| 5. Add weights to events for new hypp. | reweight = Not Avail. | Please install module |
| 6. Run MadAnalysis5 on the events generated | madanalysis = OFF | ON |
\==============================================================================================================================/
Either type the switch number (1 to 6) to change its setting,
Set any switch explicitly (e.g. type 'fixed_order=ON' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.[60s to answer]
>
INFO: will run in mode: aMC@NLO
INFO: modify parameter parton_shower of the run_card.dat to HERWIG6
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. shower : shower_card.dat |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, shower, enter path][90s to answer]
>
INFO: Update the dependent parameter of the param_card.dat
INFO: Starting run
INFO: Compiling the code
Failed to open connection to "session" message bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

Starting a11y dbus service...
Failed to launch bus: Failed to connect to session busError: no DISPLAY environment variable specified
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 16 cores
INFO: Compiling P0_uux_hzz...
INFO: Compiling P0_ddx_hzz...
INFO: Compiling P0_uxu_hzz...
INFO: Compiling P0_dxd_hzz...
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz.
The compilation fails with the following output message:
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
    setcuts.f:599:124: Warning: Extraneous characters in format at (1)
    setcuts.f:603:199: Warning: Extraneous characters in format at (1)
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:411:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:236:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
    /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
    cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
    compilation terminated.
    make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uxu_hzz.
The compilation fails with the following output message:
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
    setcuts.f:599:124: Warning: Extraneous characters in format at (1)
    setcuts.f:603:199: Warning: Extraneous characters in format at (1)
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:411:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:236:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
    /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
    cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
    compilation terminated.
    make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_ddx_hzz.
The compilation fails with the following output message:
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
    setcuts.f:599:124: Warning: Extraneous characters in format at (1)
    setcuts.f:603:199: Warning: Extraneous characters in format at (1)
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:411:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:236:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
    /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
    cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
    compilation terminated.
    make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_dxd_hzz.
The compilation fails with the following output message:
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
    setcuts.f:599:124: Warning: Extraneous characters in format at (1)
    setcuts.f:603:199: Warning: Extraneous characters in format at (1)
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:411:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    setscales.f:236:27:

           common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                               1
    Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    run.inc:74:21:

           common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                         1
    Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
    /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
    /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
    cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
    compilation terminated.
    make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: Fail to compile the Subprocesses
INFO:
INFO: Checking test output:
INFO: P0_uux_hzz
INFO: Result for test_ME:
Command "launch auto " interrupted with error:
IOError : [Errno 2] No such file or directory: '/data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz/test_ME.log'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in '/data/theorie/gtx/hzz/run_01_tag_1_debug.log'.
Please attach this file to your report.
INFO:
quit
INFO:

Thanks!
Gilberto

On Thursday, May 30, 2019 11:17 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> which error message?
>
> Olivier
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#7

I think that it would make sense that you create a bug report for that. You can not attach file for question but you can for bug report.

I would need in order to help you that you attach to that bug report the debug file created automatically this should include all the card and might explain where this -c is coming from

Get Outlook for iOS<https://aka.ms/o0ukef>

________________________________
From: <email address hidden> on behalf of Gilberto <email address hidden>
Sent: Thursday, May 30, 2019 11:27 AM
To: Olivier Mattelaer
Subject: Re: [Question #681109]: Changing default compiler in MadGraph5 and problems with ninja

Question #681109 on MadGraph5_aMC@NLO changed:
https://answers.launchpad.net/mg5amcnlo/+question/681109

Status: Answered => Open

Gilberto is still having a problem:
HI Oliver
I put all the output after typing launch in the attahed file, here it is anyway:

MG5_aMC>launch hzz
INFO: ************************************************************
* *
* W E L C O M E to M A D G R A P H 5 *
* a M C @ N L O *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.5 2018-02-03 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
INFO: load configuration from /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
launch auto
The following switches determine which programs are run:
/================== Description ===================|================= values =================|======== other options =========\
| 1. Type of perturbative computation | order = NLO | LO |
| 2. No MC@[N]LO matching / event generation | fixed_order = OFF | ON |
| 3. Shower the generated events | shower = HERWIG6 | OFF|PYTHIA6Q|PYTHIA6PT |
| 4. Decay onshell particles | madspin = OFF | ON|onshell |
| 5. Add weights to events for new hypp. | reweight = Not Avail. | Please install module |
| 6. Run MadAnalysis5 on the events generated | madanalysis = OFF | ON |
\==============================================================================================================================/
Either type the switch number (1 to 6) to change its setting,
Set any switch explicitly (e.g. type 'fixed_order=ON' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.[60s to answer]
>
INFO: will run in mode: aMC@NLO
INFO: modify parameter parton_shower of the run_card.dat to HERWIG6
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. shower : shower_card.dat |
\------------------------------------------------------------/
you can also
- enter the path to a valid card or banner.
- use the 'set' command to modify a parameter directly.
The set option works only for param_card and run_card.
Type 'help set' for more information on this command.
- call an external program (ASperGE/MadWidth/...).
Type 'help' for the list of available command
[0, done, 1, param, 2, run, 3, shower, enter path][90s to answer]
>
INFO: Update the dependent parameter of the param_card.dat
INFO: Starting run
INFO: Compiling the code
Failed to open connection to "session" message bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

Starting a11y dbus service...
Failed to launch bus: Failed to connect to session busError: no DISPLAY environment variable specified
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 16 cores
INFO: Compiling P0_uux_hzz...
INFO: Compiling P0_ddx_hzz...
INFO: Compiling P0_uxu_hzz...
INFO: Compiling P0_dxd_hzz...
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz.
The compilation fails with the following output message:
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
setcuts.f:599:124: Warning: Extraneous characters in format at (1)
setcuts.f:603:199: Warning: Extraneous characters in format at (1)
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:411:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:236:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
/user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
compilation terminated.
make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uxu_hzz.
The compilation fails with the following output message:
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
setcuts.f:599:124: Warning: Extraneous characters in format at (1)
setcuts.f:603:199: Warning: Extraneous characters in format at (1)
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:411:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:236:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
/user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
compilation terminated.
make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_ddx_hzz.
The compilation fails with the following output message:
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
setcuts.f:599:124: Warning: Extraneous characters in format at (1)
setcuts.f:603:199: Warning: Extraneous characters in format at (1)
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:411:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:236:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
/user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
compilation terminated.
make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_dxd_hzz.
The compilation fails with the following output message:
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
setcuts.f:599:124: Warning: Extraneous characters in format at (1)
setcuts.f:603:199: Warning: Extraneous characters in format at (1)
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:411:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
setscales.f:236:27:

common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
1
Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
run.inc:74:21:

common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
1
Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
/user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
/user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
compilation terminated.
make: *** [fastjetfortran_madfks_full.o] Error 1

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
WARNING: Fail to compile the Subprocesses
INFO:
INFO: Checking test output:
INFO: P0_uux_hzz
INFO: Result for test_ME:
Command "launch auto " interrupted with error:
IOError : [Errno 2] No such file or directory: '/data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz/test_ME.log'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in '/data/theorie/gtx/hzz/run_01_tag_1_debug.log'.
Please attach this file to your report.
INFO:
quit
INFO:

Thanks!
Gilberto

On Thursday, May 30, 2019 11:17 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> which error message?
>
> Olivier
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

--
You received this question notification because you are an answer
contact for MadGraph5_aMC@NLO.

Revision history for this message
Gilberto (gilbtx) said :
#8

 HI Oiver
Thanks a lot for your answer. I just submitted the bug report with the cards log file and error messages attached.

Best wishes
Gilberto

On Thursday, May 30, 2019 12:22 CEST, Olivier Mattelaer <email address hidden> wrote:

> Your question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> I think that it would make sense that you create a bug report for that.
> You can not attach file for question but you can for bug report.
>
> I would need in order to help you that you attach to that bug report
> the debug file created automatically this should include all the card
> and might explain where this -c is coming from
>
> Get Outlook for iOS<https://aka.ms/o0ukef>
>
> ________________________________
> From: <email address hidden> on behalf of Gilberto <email address hidden>
> Sent: Thursday, May 30, 2019 11:27 AM
> To: Olivier Mattelaer
> Subject: Re: [Question #681109]: Changing default compiler in MadGraph5 and problems with ninja
>
> Question #681109 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> Status: Answered => Open
>
> Gilberto is still having a problem:
> HI Oliver
> I put all the output after typing launch in the attahed file, here it is anyway:
>
> MG5_aMC>launch hzz
> INFO: ************************************************************
> * *
> * W E L C O M E to M A D G R A P H 5 *
> * a M C @ N L O *
> * *
> * * * *
> * * * * * *
> * * * * * 5 * * * * *
> * * * * * *
> * * * *
> * *
> * VERSION 2.6.5 2018-02-03 *
> * *
> * The MadGraph5_aMC@NLO Development Team - Find us at *
> * http://amcatnlo.cern.ch *
> * *
> * Type 'help' for in-line help. *
> * *
> ************************************************************
> INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
> INFO: load configuration from /data/theorie/gtx/MadGraph/MG5_aMC_v2_5_2/input/mg5_configuration.txt
> INFO: load configuration from /data/theorie/gtx/hzz/Cards/amcatnlo_configuration.txt
> Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
> launch auto
> The following switches determine which programs are run:
> /================== Description ===================|================= values =================|======== other options =========\
> | 1. Type of perturbative computation | order = NLO | LO |
> | 2. No MC@[N]LO matching / event generation | fixed_order = OFF | ON |
> | 3. Shower the generated events | shower = HERWIG6 | OFF|PYTHIA6Q|PYTHIA6PT |
> | 4. Decay onshell particles | madspin = OFF | ON|onshell |
> | 5. Add weights to events for new hypp. | reweight = Not Avail. | Please install module |
> | 6. Run MadAnalysis5 on the events generated | madanalysis = OFF | ON |
> \==============================================================================================================================/
> Either type the switch number (1 to 6) to change its setting,
> Set any switch explicitly (e.g. type 'fixed_order=ON' at the prompt)
> Type 'help' for the list of all valid option
> Type '0', 'auto', 'done' or just press enter when you are done.[60s to answer]
> >
> INFO: will run in mode: aMC@NLO
> INFO: modify parameter parton_shower of the run_card.dat to HERWIG6
> Do you want to edit a card (press enter to bypass editing)?
> /------------------------------------------------------------\
> | 1. param : param_card.dat |
> | 2. run : run_card.dat |
> | 3. shower : shower_card.dat |
> \------------------------------------------------------------/
> you can also
> - enter the path to a valid card or banner.
> - use the 'set' command to modify a parameter directly.
> The set option works only for param_card and run_card.
> Type 'help set' for more information on this command.
> - call an external program (ASperGE/MadWidth/...).
> Type 'help' for the list of available command
> [0, done, 1, param, 2, run, 3, shower, enter path][90s to answer]
> >
> INFO: Update the dependent parameter of the param_card.dat
> INFO: Starting run
> INFO: Compiling the code
> Failed to open connection to "session" message bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
>
> Starting a11y dbus service...
> Failed to launch bus: Failed to connect to session busError: no DISPLAY environment variable specified
> INFO: Using built-in libraries for PDFs
> INFO: Compiling source...
> INFO: ...done, continuing with P* directories
> INFO: Compiling directories...
> INFO: Compiling on 16 cores
> INFO: Compiling P0_uux_hzz...
> INFO: Compiling P0_ddx_hzz...
> INFO: Compiling P0_uxu_hzz...
> INFO: Compiling P0_dxd_hzz...
> WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
> A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz.
> The compilation fails with the following output message:
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
> setcuts.f:599:124: Warning: Extraneous characters in format at (1)
> setcuts.f:603:199: Warning: Extraneous characters in format at (1)
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:411:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:236:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
> /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
> cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
> compilation terminated.
> make: *** [fastjetfortran_madfks_full.o] Error 1
>
> 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
> WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
> A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_uxu_hzz.
> The compilation fails with the following output message:
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
> setcuts.f:599:124: Warning: Extraneous characters in format at (1)
> setcuts.f:603:199: Warning: Extraneous characters in format at (1)
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:411:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:236:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
> /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
> cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
> compilation terminated.
> make: *** [fastjetfortran_madfks_full.o] Error 1
>
> 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
> WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
> A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_ddx_hzz.
> The compilation fails with the following output message:
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
> setcuts.f:599:124: Warning: Extraneous characters in format at (1)
> setcuts.f:603:199: Warning: Extraneous characters in format at (1)
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:411:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:236:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
> /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
> cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
> compilation terminated.
> make: *** [fastjetfortran_madfks_full.o] Error 1
>
> 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
> WARNING: fct <function compile_dir at 0x1e9ced8> does not return 0. Stopping the code in a clean way. The error was:
> A compilation Error occurs when trying to compile /data/theorie/gtx/hzz/SubProcesses/P0_dxd_hzz.
> The compilation fails with the following output message:
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_1.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_2.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_3.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ parton_lum_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_1.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_2.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ matrix_3.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ real_me_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ leshouche_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_inc_chooser.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setcuts.f
> setcuts.f:599:124: Warning: Extraneous characters in format at (1)
> setcuts.f:603:199: Warning: Extraneous characters in format at (1)
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ setscales.f
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:411:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> setscales.f:236:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before ‘fxfx_fac_scale’ in COMMON ‘c_fxfx_scales’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> run.inc:74:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before ‘rw_fscale_down’ in COMMON ‘to_rwgt’ at (1); reorder elements or use -fno-align-commons
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ sborn_sf.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ b_sf_001.f
> /user/gtx/gcc-5.2.0/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ fks_Sij.f
> /user/gtx/gcc-5.2.0/bin/cpp -O -I/data/theorie/gtx/Herwig_7.1.1_v2/Install/include -c -I. fastjetfortran_madfks_full.cc
> cpp: fatal error: ‘-c’ is not a valid option to the preprocessor
> compilation terminated.
> make: *** [fastjetfortran_madfks_full.o] Error 1
>
> 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
> WARNING: Fail to compile the Subprocesses
> INFO:
> INFO: Checking test output:
> INFO: P0_uux_hzz
> INFO: Result for test_ME:
> Command "launch auto " interrupted with error:
> IOError : [Errno 2] No such file or directory: '/data/theorie/gtx/hzz/SubProcesses/P0_uux_hzz/test_ME.log'
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in '/data/theorie/gtx/hzz/run_01_tag_1_debug.log'.
> Please attach this file to your report.
> INFO:
> quit
> INFO:
>
>
> Thanks!
> Gilberto
>
>
> On Thursday, May 30, 2019 11:17 CEST, Olivier Mattelaer
> <email address hidden> wrote:
>
> > Your question #681109 on MadGraph5_aMC@NLO changed:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109
> >
> > Status: Open => Answered
> >
> > Olivier Mattelaer proposed the following answer:
> > which error message?
> >
> > Olivier
> >
> > -- If this answers your question, please go to the following page to let us
> > know that it is solved:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=4
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/mg5amcnlo/+question/681109
> >
> > You received this question notification because you asked the question.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/681109/+confirm?answer_id=6
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/681109
>
> You received this question notification because you asked the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#9

This question was expired because it remained in the 'Open' state without activity for the last 15 days.