| 1 | = MadWeight5 |
| 2 | |
| 3 | ==Instalation |
| 4 | |
| 5 | === program dependencies |
| 6 | |
| 7 | 1. Python version 2.6 or 2.7 |
| 8 | 2. A fortran compiler (we have tested g77 and gfrotran) |
| 9 | 3. A unix based machine (Linux or Mac but not Windows) |
| 10 | 4. bash |
| 11 | |
| 12 | 1. This programs requires typically on a cluster. We currently support (most of) the following cluster: |
| 13 | * condor |
| 14 | * pbs |
| 15 | * SGE |
| 16 | * SLURM |
| 17 | * GE |
| 18 | * LSF |
| 19 | We can provide help for any type of cluster. |
| 20 | |
| 21 | === Installation |
| 22 | |
| 23 | 1. Install the latest MG5_aMC (2.1.0 and later). MadWeight is included in that version. You are ready to go! |
| 24 | |
| 25 | === How to create a MW run? |
| 26 | |
| 27 | 1. Execute the script "mg5_amc" inside the bin directory of the MG5_aMC directory. |
| 28 | 2. If you never used MG5, please type "tutorial" and follow instruction. |
| 29 | 3. To create a MadWeight code just type "output madweight PATH" instead of the usual "output PATH" |
| 30 | 4. You have created your MadWeight run. You can either go to the created directory and type "./bin/madweight.py" to run that code or just type "launch PATH" inside the current interface. |