Crash when running

Asked by Liron Barak

Hi,

I have a directory inside MG5_aMC_v2_1_1 where I run and generate events.
When I've entered the bin directory again to make more events, I got the following:
[coliron@wipp-ui2]/mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/bin% ./generate_events
No module named madgraph
No module named madgraph.interface.extended_cmd
No module named madgraph
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 5.2.1.1 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/Cards/amcatnlo_configuration.txt
INFO: load configuration from /mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/input/mg5_configuration.txt
INFO: load configuration from /mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/Cards/amcatnlo_configuration.txt
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
Traceback (most recent call last):
  File "./generate_events", line 104, in <module>
    launch = run.aMCatNLOCmd(me_dir=root_path)
  File "/mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/bin/internal/amcatnlo_run_interface.py", line 927, in __init__
    self.results = save_load_object.load_from_file(pjoin(self.me_dir,'HTML','results.pkl'))
  File "/mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/bin/internal/save_load_object.py", line 44, in load_from_file
    return files.read_from_file(filename, unpickle_object)
  File "/mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/bin/internal/files.py", line 37, in read_from_file
    ret_value = myfunct(sock, *args)
  File "/mnt/Lustre/agrp/liron/MadGraph/MG5_aMC_v2_1_1/chargedH4F/bin/internal/save_load_object.py", line 88, in unpickle_object
    return p.load()
  File "/usr/lib64/python2.6/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib64/python2.6/pickle.py", line 880, in load_eof
    raise EOFError
EOFError

I'll mention that the ../RunWeb was removed of course.... and I don't run it now anywhere....

Any idea?

Many thanks
Liron

Question information

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

Hi Liron,

This should be a problem that Marco has to fix.
In the mean time you can remove the file ./HTML/results.pkl
this should solve the problem.

Cheers,

Olivier

Revision history for this message
Liron Barak (lironbarak83) said :
#2

Thanks Olivier Mattelaer, that solved my question.