How to avoid generate_events from opening browsers

Created by Olivier Mattelaer
Keywords:
Last updated by:
Johan Alwall

Hi
I have an script to make analysis with model parameters,
it runs madevent subsequently, and how generate_events opens a browser from time to time the browser colapses
in which file I can safelly just prevent the browser to be openned?
thanks!
Alexandra

*****************************************
ANSWER
*****************************************

In order to forbid the opening the web browser, you need to modify the file
MG5_DIR/input/mg5_configuration.txt
(or ./Cards/me5_configuration.txt)

and put the line:
# Allow/Forbid the automatic opening of the web browser (on the
status page)
#when launching MadEvent [True/False]
automatic_html_opening = False

More information are available at the following question:
https://answers.launchpad.net/madgraph5/+question/193847