"Start waiting for update. " Fail while generate events

Asked by Yu

My system is OSX 10.12, with gfortran and MG5 2.5.4. I used MG5 to generate a reaction and saved in a file.

Then I lunched ./generate_events on terminal. Turns out I have

"
INFO: load configuration from /Users/valentine/Downloads/MG5_aMC_v2_5_4/xxZmm/Cards/me5_configuration.txt
INFO: load configuration from /Users/valentine/Downloads/MG5_aMC_v2_5_4/input/mg5_configuration.txt
INFO: load configuration from /Users/valentine/Downloads/MG5_aMC_v2_5_4/xxZmm/Cards/me5_configuration.txt
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
No valid pythia-pgs path found
Start waiting for update. (more info in debug mode)
root: [Fail 5 times]
 list index out of range

"
Here, since I already installed pythia8 so I don't think No valid pythia-pgs path found is an issue.
Then it remains me that start waiting for update. I have no idea what kind of update they are processing.

Has anyone has same issue before? or the clue to solve this problem?

I ran the same procedure on my Linux system, and didn't come across this issue.

Question information

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

Hi,

Could you copy/paste your debug file?

Cheers,

Olivier

Revision history for this message
Yu (yu42) said :
#2

This is my debug file

#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.5.4 2017-03-28 *
#* *
#* 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 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~
help
check
Traceback (most recent call last):
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/extended_cmd.py", line 1415, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/extended_cmd.py", line 1369, in onecmd_orig
    return func(arg, **opt)
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/master_interface.py", line 246, in do_check
    return self.cmd.do_check(self, line, *args, **opts)
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/madgraph_interface.py", line 3634, in do_check
    param_card = self.check_check(args)
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/master_interface.py", line 310, in check_check
    return self.cmd.check_check(self, *args, **opts)
  File "/Users/valentine/Downloads/MG5_aMC_v2_5_4/madgraph/interface/madgraph_interface.py", line 888, in check_check
    if len(args) < 2 and not args[0].lower().endswith('options'):
IndexError: list index out of range
                          MadGraph5_aMC@NLO Options
                          ----------------
        complex_mass_scheme : False
                      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
               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 : /Users/valentine/Downloads/MG5_aMC_v2_5_4/HEPTools/lhapdf6/bin/lhapdf-config (user set)
          madanalysis5_path : None (user set)
           madanalysis_path : ./MadAnalysis
  mg5amc_py8_interface_path : None (user set)
                      ninja : ./HEPTools/lib
        output_dependencies : external
                      pjfry : None (user set)
            pythia-pgs_path : ./pythia-pgs
               pythia8_path : /Users/valentine/Downloads/MG5_aMC_v2_5_4/HEPTools/pythia8 (user set)
                    samurai : None
               syscalc_path : ./SysCalc
                    td_path : ./td
                text_editor : None
                thepeg_path : None (user set)
                    timeout : 60
                web_browser : None

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

Dear Yu,

I'm really confused. the debug file indicates a problem when running the command "check" (without argument)
the check command should indeed have argument.

What I do not understand is that ./bin/generate_events should never use the "check" command.
Are you sure that this is the correct debug file?

Cheers,

Olivier

Revision history for this message
Yu (yu42) said :
#4

Yep, I was also confused. I just re-install MG5, then all problems are gone.

Really thanks for your help!

Best,

Yu