forked from mg5amcnlo/mg5amcnlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
65 lines (53 loc) · 2.47 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
************************************************************
* *
* W E L C O M E to M A D G R A P H 5 _ a M C @ N L O *
* *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* and *
* http://amcatnlo.cern.ch *
* *
* Code download from: *
* https://launchpad.net/mg5amcnlo *
* *
************************************************************
Dependencies :
===============
* MadGraph5_aMC@NLO *
- Python 3.7 (or higher)
* MadEvent *
Package for the LO cross-section computation and generation of events
- bash
- perl 5.8 (or higher)
- a Fortran 77 compiler (such as g77 or gfortran)
- a c++ compiler
* aMC@NLO *
Package for the NLO cross-section computation (matched to shower) and
generation of events
- bash
- gfortran4.6 (or higher) compatible with quadruple precision)
- a c++ compiler
- other dependencies (for loop) will be installed at run time the first time that you need it.
On Windows:
===========
In order to run MG5 you need to
1) add the Python directory to the PATH
2) run $> python ./bin/mg5_aMC
Note that most of the output (including madevent/aMCatNLO)
are not compatible with Windows. We do recomend to use unix subsystem.
The old cygwin was never supported.
For Post-processing/optional package:
=====================================
From MG5aMC, you can run a lot of post-processing script to plot, shower,
decay, ... your generated sample. Those tools need to be installed in
advance via the MG5aMC terminal thanks to the "install" command.
If some of those packages are already present, you can edit the file
./input/mg5_configuration.txt to uncomment the associated line and
indicate the path to the package.