~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Marco Zaro
  • Date: 2014-01-27 16:54:10 UTC
  • mfrom: (78.124.55 MG5_aMC_2.1)
  • Revision ID: marco.zaro@gmail.com-20140127165410-5lma8c2hzbzm426j
merged with lp:~maddevelopers/madgraph5/MG5_aMC_2.1 r 267

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
************************************************************
2
2
*                                                          *
3
 
*           W E L C O M E  to  M A D G R A P H  5          *
 
3
*   W E L C O M E  to  M A D G R A P H 5 _ a M C @ N L O   *
4
4
*                                                          *
5
5
*                                                          *
6
6
*                 *                       *                *
9
9
*                   *        * *        *                  *
10
10
*                 *                       *                *
11
11
*                                                          *
12
 
*    The MadGraph Development Team - Please visit us at    *
 
12
*    The MadGraph5_aMC@NLO Development Team - Find us at   *
13
13
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
 
14
*                            and                           *
 
15
*                  http://amcatnlo.cern.ch                 *
14
16
*                                                          *
15
17
*                   Code download from:                    *
16
18
*             https://launchpad.net/madgraph5              *
20
22
Dependencies :
21
23
===============
22
24
 
23
 
 * MadGraph 5 *
 
25
 * MadGraph5_aMC@NLO *
24
26
 
25
27
- Python 2.6 (or higher, but not compatible with 3.X)
26
28
 
32
34
- a Fortran 77 compiler (such as g77 or gfortran)
33
35
 
34
36
 * aMC@NLO *
35
 
Package for the NLO cross-section computation (matched to shower) and generation of events 
 
37
Package for the NLO cross-section computation (matched to shower) and
 
38
generation of events 
36
39
 
37
40
- bash
38
41
- gfortran4.6 (or higher)
39
 
- fastjet
40
 
To configure the path to fastjet please do:
41
 
./bin/mg5
42
 
set fastjet PATH_TO_FASTJET-CONFIG_FILE
43
 
 
44
42
 
45
43
On Windows:
46
44
===========
47
45
 
48
46
In order to run MG5 you need to
49
47
1) add the Python directory to the PATH
50
 
2) run $> python ./bin/mg5
 
48
2) run $> python ./bin/mg5_aMC
51
49
 
52
50
Note that most of the output (including madevent/aMCatNLO)
53
51
are not compatible with Windows even with cygwin.