KeyError : 'pjfry', Can't even launch

Asked by Koay Yong Sheng

Not sure what went wrong. This only occur in the 2.7.1 version. Whenever I use the command "launch" or "output", this output was given:
Command "launch" interrupted with error:
KeyError : 'pjfry'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in 'MG5_debug'.
Please attach this file to your report.

Content of MG5_debug:
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.7.1 2020-03-09 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set default_unset_couplings 99
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
install update
generate p p > ta- ta+
launch
Traceback (most recent call last):
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1515, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1464, in onecmd_orig
    return func(arg, **opt)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 494, in do_launch
    return self.cmd.do_launch(self, line, *argss, **opts)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 7004, in do_launch
    self.check_launch(args, options)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 373, in check_launch
    return self.cmd.check_launch(self, *args, **opts)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 1272, in check_launch
    self.do_output('')
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 296, in do_output
    self.cmd.do_output(self, line, *args, **opts)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 7808, in do_output
    cmd_options=line_options)
  File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/iolibs/export_v4.py", line 6937, in ExportV4Factory
    'pjfry_dir':cmd.options['pjfry'],
KeyError: 'pjfry'
                          MadGraph5_aMC@NLO Options
                          ----------------
        complex_mass_scheme : False
    default_unset_couplings : 99
                      gauge : unitary
         group_subprocesses : Auto
  ignore_six_quark_processes : False
           loop_color_flows : False
      loop_optimized_output : True
  low_mem_multicore_nlo_generation : False
     max_npoint_for_channel : 0
               stdout_level : 20 (user set)

                         MadEvent Options
                          ----------------
     automatic_html_opening : True
                    nb_core : None
        notification_center : True
                   run_mode : 2

                      Configuration Options
                      ---------------------
                        OLP : MadLoop
                    amcfast : amcfast-config
                   applgrid : applgrid-config
                auto_update : 7
         cluster_local_path : None
           cluster_nb_retry : 1
              cluster_queue : None (user set)
         cluster_retry_wait : 300
               cluster_size : 100
      cluster_status_update : (600, 30)
          cluster_temp_path : None
               cluster_type : condor
                    collier : ./HEPTools/lib
               cpp_compiler : None
             crash_on_error : False
               delphes_path : ./Delphes
                 eps_viewer : None
        exrootanalysis_path : ./ExRootAnalysis
              f2py_compiler : None
                    fastjet : None (user set)
           fortran_compiler : None
                      golem : None (user set)
                 hepmc_path : None (user set)
                  hwpp_path : None (user set)
                     lhapdf : lhapdf-config
          madanalysis5_path : None (user set)
           madanalysis_path : ./MadAnalysis
  mg5amc_py8_interface_path : /home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/HEPTools/MG5aMC_PY8_interface (user set)
                      ninja : ./HEPTools/lib
        output_dependencies : external
            pythia-pgs_path : ./pythia-pgs
               pythia8_path : ./HEPTools/pythia8
                    samurai : None
               syscalc_path : ./SysCalc
                    td_path : ./td
                text_editor : None
                thepeg_path : None (user set)
                    timeout : 60
                web_browser : None

Question information

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

Hi,

This should be fixed in 2.7.1.2.

Sorry for that,

Olivier

> On 11 Mar 2020, at 11:22, Koay Yong Sheng <email address hidden> wrote:
>
> New question #689261 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/689261
>
> Not sure what went wrong. This only occur in the 2.7.1 version. Whenever I use the command "launch" or "output", this output was given:
> Command "launch" interrupted with error:
> KeyError : 'pjfry'
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'MG5_debug'.
> Please attach this file to your report.
>
> Content of MG5_debug:
> #************************************************************
> #* MadGraph5_aMC@NLO *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.7.1 2020-03-09 *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https://server06.fynu.ucl.ac.be/projects/madgraph *
> #* *
> #************************************************************
> #* *
> #* Command File for MadGraph5_aMC@NLO *
> #* *
> #* run as ./bin/mg5_aMC filename *
> #* *
> #************************************************************
> set default_unset_couplings 99
> set group_subprocesses Auto
> set ignore_six_quark_processes False
> set loop_optimized_output True
> set loop_color_flows False
> set gauge unitary
> set complex_mass_scheme False
> set max_npoint_for_channel 0
> import model sm
> define p = g u c d s u~ c~ d~ s~
> define j = g u c d s u~ c~ d~ s~
> define l+ = e+ mu+
> define l- = e- mu-
> define vl = ve vm vt
> define vl~ = ve~ vm~ vt~
> install update
> generate p p > ta- ta+
> launch
> Traceback (most recent call last):
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1515, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1464, in onecmd_orig
> return func(arg, **opt)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 494, in do_launch
> return self.cmd.do_launch(self, line, *argss, **opts)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 7004, in do_launch
> self.check_launch(args, options)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 373, in check_launch
> return self.cmd.check_launch(self, *args, **opts)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 1272, in check_launch
> self.do_output('')
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 296, in do_output
> self.cmd.do_output(self, line, *args, **opts)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 7808, in do_output
> cmd_options=line_options)
> File "/home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/madgraph/iolibs/export_v4.py", line 6937, in ExportV4Factory
> 'pjfry_dir':cmd.options['pjfry'],
> KeyError: 'pjfry'
> MadGraph5_aMC@NLO Options
> ----------------
> complex_mass_scheme : False
> default_unset_couplings : 99
> gauge : unitary
> group_subprocesses : Auto
> ignore_six_quark_processes : False
> loop_color_flows : False
> loop_optimized_output : True
> low_mem_multicore_nlo_generation : False
> max_npoint_for_channel : 0
> stdout_level : 20 (user set)
>
> MadEvent Options
> ----------------
> automatic_html_opening : True
> nb_core : None
> notification_center : True
> run_mode : 2
>
> Configuration Options
> ---------------------
> OLP : MadLoop
> amcfast : amcfast-config
> applgrid : applgrid-config
> auto_update : 7
> cluster_local_path : None
> cluster_nb_retry : 1
> cluster_queue : None (user set)
> cluster_retry_wait : 300
> cluster_size : 100
> cluster_status_update : (600, 30)
> cluster_temp_path : None
> cluster_type : condor
> collier : ./HEPTools/lib
> cpp_compiler : None
> crash_on_error : False
> delphes_path : ./Delphes
> eps_viewer : None
> exrootanalysis_path : ./ExRootAnalysis
> f2py_compiler : None
> fastjet : None (user set)
> fortran_compiler : None
> golem : None (user set)
> hepmc_path : None (user set)
> hwpp_path : None (user set)
> lhapdf : lhapdf-config
> madanalysis5_path : None (user set)
> madanalysis_path : ./MadAnalysis
> mg5amc_py8_interface_path : /home/ys/1_YS/research/targz/MG5_aMC_v2_7_0/HEPTools/MG5aMC_PY8_interface (user set)
> ninja : ./HEPTools/lib
> output_dependencies : external
> pythia-pgs_path : ./pythia-pgs
> pythia8_path : ./HEPTools/pythia8
> samurai : None
> syscalc_path : ./SysCalc
> td_path : ./td
> text_editor : None
> thepeg_path : None (user set)
> timeout : 60
> web_browser : None
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

Provide an answer of your own, or ask Koay Yong Sheng for more information if necessary.

To post a message you must log in.