mg5amcnlo / mg5amcnlo

Other
58 stars 32 forks source link

To run MadGraph5_aMC@NLO using the command line interface:

./bin/mg5_aMC Type "help" for list of commands and "help [command]" for help on individual commands. Type "tutorial" for an interactive quick-start tutorial.

To run the test suite:

A) the unit_tests: ./tests/test_manager.py [--verbose=1] [--logging=INFO] B) the acceptance tests: ./madgraph5/tests/test_manager.py -p A C) the parallel tests (warning - this will take a LOOONG time!): ./madgraph5/tests/test_manager.py -p P (Please check the files in madgraph5/tests/parallel_tests to choose running of individual tests) Run individual tests by specifying the test name.

To create a release tar.gz file:

Please run: python bin/create_release.py