Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorial:madgraph [2018/12/11 10:05] – minerva1993 | tutorial:madgraph [2023/03/06 04:44] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Install Madgraph | + | ==== Install Madgraph ==== |
| - | You have to install MG5 in your home directory. | + | <alert type=" |
| - | <alert type=" | + | |
| - | <alert type=" | + | </ |
| - | Initial setup - install | + | Initial setup - install MG5 from launchpad |
| < | < | ||
| mkdir -p ~/work/MG5 | mkdir -p ~/work/MG5 | ||
| cd ~/work/MG5 | cd ~/work/MG5 | ||
| - | wget https:// | + | wget https:// |
| - | tar xzf MG5_aMC_v2.6.0.tar.gz | + | tar xzf MG5_aMC_v2.6.4.tar.gz |
| </ | </ | ||
| Setup the devtoolset to use updated gcc and python. | Setup the devtoolset to use updated gcc and python. | ||
| < | < | ||
| + | # Don't need to source following lines in Ubuntu and Mac. | ||
| # source / | # source / | ||
| # source / | # source / | ||
| Line 19: | Line 19: | ||
| </ | </ | ||
| - | Install missing tools. | + | Install missing tools. Order does matter. |
| < | < | ||
| bin/mg5_aMC | bin/mg5_aMC | ||
| Line 31: | Line 31: | ||
| </ | </ | ||
| - | <alert type=" | + | <alert type=" |
| Open the fortran source code '' | Open the fortran source code '' | ||
| This is because of a gfortran bug. See https:// | This is because of a gfortran bug. See https:// | ||
| Line 124: | Line 124: | ||
| </ | </ | ||
| But in this case, you should not run delphes automatically because multiple delphes sessions will make a crash. | But in this case, you should not run delphes automatically because multiple delphes sessions will make a crash. | ||
| + | |||
| + | ==== Basic Syntax ==== | ||
| + | |||
| + | ==== Get New PDF ==== | ||
| + | |||
| + | ==== Parameters for Run Card ==== | ||
| + | |||
| + | ==== Disable HEPMC compression ==== | ||
| + | 만들어진 HEPMC파일을 압축하는데에는 시간이 오래 걸리므로, | ||
| + | < | ||
| + | vi path_to-MG5/ | ||
| + | </ | ||
| + | line 5291의 '' | ||
| + | < | ||
| + | vi bin/ | ||
| + | rm bin/ | ||
| + | </ | ||
| + | |||