store_rwgt_info

Bug #1713263 reported by Amin Aboubrahim
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Invalid
Undecided
Unassigned

Bug Description

Dear experts,

I am running Madgraph 2.5.5 with systematics switched on.
In the run_card, I set pdlabel to lhapdf (running lhapdf 6.1.6) and I added those lines for "on the flight method" calculation:

True = reweight_scale
False = reweight_PDF
systematics = systematics_program
['--pdf=central', '--dyn=-1,2,3', '--together=mur,muf'] = systematics_arguments

When generating events, I get this error:

Error detected in "generate_events "
write debug file /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
MadGraph5Error : A compilation Error occurs when trying to compile /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/Source.
 The compilation fails with the following output message:
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o StringCast.o StringCast.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ranmar.o ranmar.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o alfas_functions_lhapdf.o alfas_functions_lhapdf.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o transpole.o transpole.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o invarients.o invarients.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o hfill.o hfill.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o pawgraphs.o pawgraphs.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ran1.o ran1.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_events.o rw_events.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_routines.o rw_routines.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o kin_functions.o kin_functions.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o open_file.o open_file.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o basecode.o basecode.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o setrun.o setrun.f
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o run_printout.o run_printout.f
     run_card.inc:323.18:
         Included at setrun.f:78:

           REWEIGHT_PDF = ' False '
                       1
     Error: Symbol 'reweight_pdf' at (1) has no IMPLICIT type
     run_card.inc:321.20:
         Included at setrun.f:78:

           REWEIGHT_SCALE = ' True '
                         1
     Error: Symbol 'reweight_scale' at (1) has no IMPLICIT type
     make: *** [setrun.o] Error 1
     make: *** Waiting for unfinished jobs...

What is the reason for this crash?

Thank you.
Amin

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1713263] [NEW] store_rwgt_info
Download full text (6.6 KiB)

Hi,

The argument:
> True = reweight_scale
> False = reweight_PDF

Are for NLO type of output, my guess is that you are running a LO output (i.e. you do not have [QCD] in your syntax).
Is this correct?

Cheers,

Olivier

> On 26 Aug 2017, at 21:47, Amin Aboubrahim <email address hidden> wrote:
>
> Public bug reported:
>
> Dear experts,
>
> I am running Madgraph 2.5.5 with systematics switched on.
> In the run_card, I set pdlabel to lhapdf (running lhapdf 6.1.6) and I added those lines for "on the flight method" calculation:
>
> True = reweight_scale
> False = reweight_PDF
> systematics = systematics_program
> ['--pdf=central', '--dyn=-1,2,3', '--together=mur,muf'] = systematics_arguments
>
> When generating events, I get this error:
>
> Error detected in "generate_events "
> write debug file /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> MadGraph5Error : A compilation Error occurs when trying to compile /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/Source.
> The compilation fails with the following output message:
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o StringCast.o StringCast.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ranmar.o ranmar.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o alfas_functions_lhapdf.o alfas_functions_lhapdf.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o transpole.o transpole.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o invarients.o invarients.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o hfill.o hfill.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o pawgraphs.o pawgraphs.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ran1.o ran1.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_events.o rw_events.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_routines.o rw_routines.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o kin_functions.o kin_functions.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o open_file.o open_file.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o basecode.o basecode.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o setrun.o setrun.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o run_printout.o run_printout.f
> run_card.inc:323.18:
> Included at setrun.f:78:
>
> REWEIGHT_PDF = ' False '
> 1
> Error: Symbol 'reweight_pdf' at (1) has no IMPLICIT type
> run_card.inc:321.20:
> Included at setrun.f:78:
>
> REWEIGHT_SCALE = ' True '
> 1
> Error: Symbol 'reweight_scale' at (1) has no IMPLICIT type
> make: *** [setrun.o] Error 1
> ...

Read more...

Revision history for this message
Amin Aboubrahim (amin83) wrote :

Hi Olivier,

Yes that's right. But when I use [QCD] as:

generate p p > susy susy [QCD]

where I have defined susy to be the MSSM particles, I get the error:

The current model MSSM_SLHA2-full does not allow to generate loop corrections of type ['QCD']
"generate p p > susy susy [QCD]" with error:
InvalidCmd : The model MSSM_SLHA2-full cannot handle loop processes.

Am I using the wrong model here?

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1713263] Re: store_rwgt_info
Download full text (4.3 KiB)

Hi,

Indeed the model MSSM_SLHA2 can only support LO computation.

If you are interested in LO computation, then you can just remove the two line:
> True = reweight_scale
> False = reweight_PDF
From your card and have the LO result with the variation that you ask for.

If you are interested in NLO computation, then you have to use a NLO ready model. I do not think that full MSSM model exists but some sector are implemented.
I would suggest to check the model avaiable on the FeynRules website.

Cheers,

Olivier

> On 28 Aug 2017, at 16:08, Amin Aboubrahim <email address hidden> wrote:
>
> Hi Olivier,
>
> Yes that's right. But when I use [QCD] as:
>
> generate p p > susy susy [QCD]
>
> where I have defined susy to be the MSSM particles, I get the error:
>
> The current model MSSM_SLHA2-full does not allow to generate loop corrections of type ['QCD']
> "generate p p > susy susy [QCD]" with error:
> InvalidCmd : The model MSSM_SLHA2-full cannot handle loop processes.
>
> Am I using the wrong model here?
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1713263
>
> Title:
> store_rwgt_info
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> Dear experts,
>
> I am running Madgraph 2.5.5 with systematics switched on.
> In the run_card, I set pdlabel to lhapdf (running lhapdf 6.1.6) and I added those lines for "on the flight method" calculation:
>
> True = reweight_scale
> False = reweight_PDF
> systematics = systematics_program
> ['--pdf=central', '--dyn=-1,2,3', '--together=mur,muf'] = systematics_arguments
>
> When generating events, I get this error:
>
> Error detected in "generate_events "
> write debug file /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> MadGraph5Error : A compilation Error occurs when trying to compile /GlobalHome/aibrahim/MG5_aMC_v2_5_5/bin/SUSY_FULL/Source.
> The compilation fails with the following output message:
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o StringCast.o StringCast.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ranmar.o ranmar.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o alfas_functions_lhapdf.o alfas_functions_lhapdf.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o transpole.o transpole.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o invarients.o invarients.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o hfill.o hfill.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o pawgraphs.o pawgraphs.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o ran1.o ran1.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_events.o rw_events.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o rw_routines.o rw_routines.f
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -c -o kin_fun...

Read more...

Revision history for this message
Amin Aboubrahim (amin83) wrote :

Thank you Olivier.
I will look into this.

Best,
Amin

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

Other bug subscribers

Remote bug watches

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