~sebastien-wertz/mg5amcnlo/standalone_cpp_mem

36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
1
************************************************************
2
*                                                          *
177.63.10 by Rikkert Frederix
some more small fixes
3
*   W E L C O M E  to  M A D G R A P H 5 _ a M C @ N L O   *
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
4
*                                                          *
5
*                                                          *
6
*                 *                       *                *
7
*                   *        * *        *                  *
8
*                     * * * * 5 * * * *                    *
9
*                   *        * *        *                  *
10
*                 *                       *                *
11
*                                                          *
177.63.6 by Valentin Hirschi
1. Apply some modification I had missed. Thanks Paolo.
12
*    The MadGraph5_aMC@NLO Development Team - Find us at   *
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
13
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
177.63.6 by Valentin Hirschi
1. Apply some modification I had missed. Thanks Paolo.
14
*                            and                           *
177.63.10 by Rikkert Frederix
some more small fixes
15
*                 http://amcatnlo.cern.ch                  *
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
16
*                                                          *
17
*                   Code download from:                    *
18
*             https://launchpad.net/madgraph5              *
19
*                                                          *
177.63.8 by Rikkert Frederix
small fixes
20
*    Please refer to: MadGraph5_aMC@NLO                    *
177.63.6 by Valentin Hirschi
1. Apply some modification I had missed. Thanks Paolo.
21
*                     J. Alwall, M. Herquet, F. Maltoni,   *
22
*                     O. Mattelaer, T. Stelzer             *
23
*                     JHEP 1106 (2011) 128                 *
24
*                     arXiv:1106.0522 [hep-ph]             *
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
25
************************************************************
26
177.63.6 by Valentin Hirschi
1. Apply some modification I had missed. Thanks Paolo.
27
177.63.2 by Valentin Hirschi
1. Renamed via Eclipse grep/sed (a f****ing nightmare).
28
To run MadGraph5_aMC@NLO using the command line interface:
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
29
--------------------------------------------
177.63.3 by Valentin Hirschi
1. Basic renaming duties done. Of course there are still some glitches
30
./bin/mg5_aMC
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
31
Type "help" for list of commands and "help [command]" for help
32
on individual commands. 
33
Type "tutorial" for an interactive quick-start tutorial.
34
35
To run the test suite:
36
----------------------
37
  A) the unit_tests:
38
      ./tests/test_manager.py [--verbose=1] [--logging=INFO]
39
  B) the acceptance tests:
36.4.179 by Olivier Mattelaer
change the model comparison
40
      ./madgraph5/tests/test_manager.py -p A
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
41
  C) the parallel tests (warning - this will take a LOOONG time!):
36.4.179 by Olivier Mattelaer
change the model comparison
42
      ./madgraph5/tests/test_manager.py -p P
36.4.170 by Johan Alwall
Added file bin/create_release.py for creating a release (which includes a MadEvent Template file)
43
     (Please check the files in madgraph5/tests/parallel_tests to choose
44
      running of individual tests)
45
Run individual tests by specifying the test name.
46
47
To create a release tar.gz file:
48
--------------------------------
49
Please run:
50
python bin/create_release.py
51