Changes between Version 3 and Version 4 of SchoolKias
- Timestamp:
- Oct 4, 2011, 11:14:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v3 v4 1 = KIAS School on MadGraph for LHC Physics =1 = KIAS School on !MadGraph for LHC Physics = 2 2 3 3 == Installation of the different software == … … 8 8 9 9 === Windows === 10 The different program are foreseen to run on Linux/Mac. If you don't have Linux or Mac, the best solution is to install Linux (I would advice to install Ubuntu) in dual boot and follow the instructions for Linux10 The different program are foreseen to run on !Linux/Mac. If you don't have Linux or Mac, the best solution is to install Linux (I would advice to install Ubuntu) in dual boot and follow the instructions for Linux 11 11 12 12 === Linux === … … 19 19 but just in case you should check that they are all installed in your computer. If they are not, 20 20 you can use apt-get/yum/... in order to have those. 21 21 22 1. '''Madgraph 5''' 22 23 * '''python 2.6/2.7'''[[BR]] 23 MadGraph 5 requires python 2.6 or python 2.7. In order to check your version of python, you can type:24 !MadGraph 5 requires python 2.6 or python 2.7. In order to check your version of python, you can type: 24 25 python --version. Some of the repositories are still on python 2.5. So if updating python via your repository manager didn't work. 25 26 you can download directly python from the following link: 26 27 http://www.python.org/download/ 27 28 and follow instructions. 28 * ''' !Madgraph5'''[[BR]]29 * '''Madgraph5'''[[BR]] 29 30 You will find madgraph5 package on the following page: https://launchpad.net/madgraph5. 30 31 For this program, you just need to untar it. … … 32 33 ./bin/mg5 33 34 If you don't have a valid python version. It will fail directly. 35 * '''Root''' [[BR]] 36 Root is require, in order to make some of the plots in MadEvent. 37 Except if you are in SLC4 or SLC5 distribution, you will need to install root from scratch on your computer. 38 The current last verstion of Root is 5.30, which you can download from here: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz 39 After Un-packing, follow the instruction of the file README/INSTALL. 40 41 34 42 35 43 1. '''Pythia/pgs/MadAnalysis''' 36 44 37 I will see this later. 45 In order to install those programs, you need to launch mg5 (./bin/mg5) and then type 46 47 {{{ 48 install pythia-pgs 49 install MadAnalysis 50 }}} 51 38 52 39 53 1. '''MC@NLO''' 40 54 41 Later 55 * '''MC@NLO''' 56 You can install it from the source: http://www.hep.phy.cam.ac.uk/theory/webber/MCatNLO/Package4.03_dist.tar.gz 57 * '''Herwig6''' 58 You can install herwig6 from the source: 59 http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/herwig6520.f 42 60 43 === MacOs === 61 62 === !MacOs === 44 63 45 64 1. '''Basic program''' 46 65 * perl 47 66 * bash [[BR]] 48 Those programs are by default present in any linux distribution, 49 but just in case you should check that they are all installed in your computer. If they are not, 50 you can use apt-get/yum/... in order to have those. 51 * gfortran 4.x (To check the version do gfortran do: gfortran --version) 52 This program is often not included in standard mac version. In order to download it, the easiest is to install the xcode3. 53 https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20414 54 In order to be able to download it, you will need to a apple develloper account (which is free) 67 Those programs are by default present in any Mac distribution, 68 but just in case you should check that they are all installed in your computer (by doing perl --version). 55 69 * gmake [[BR]] 56 70 By default, makefile are not recognize on mac. In order to check, you can do 'make --version'. If it says: 57 71 -bash: make: command not found 58 then you should install it from the following web-site: http://mac.softpedia.com/get/Developer-Tools/GNU-Make.shtml 72 then you should install it. The easiest is to install the xcode3. 73 https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20414 74 In order to be able to download it, you will need to a apple developer account (which is free) 75 * gfortran 4.x (To check the version do gfortran do: gfortran --version) 76 This program is often not included in standard mac version. In order to download it, you can download it from: 77 a. http://prdownloads.sourceforge.net/hpc/gcc-lion.tar.gz?download for !MacOs 10.7 78 b. http://prdownloads.sourceforge.net/hpc/gcc-snwleo-intel-bin.tar.gz?download for !MacOs 10.6 79 c. http://sourceforge.net/projects/hpc/files/hpc/gcc/gcc-leopard-intel-bin.tar.gz/download for MacOs 10.5 59 80 60 81 1. '''!MadGraph5''' 61 82 * '''python''' 62 a. The python version of MacOs 10.6 is python 2.6 and is (in 99% of the case) fully working with Madgraph5.63 b. The python version of MacOs 10.7 is python 2.7. We never test this python version with MG5 but itprinciple it should be fine.64 c. For other version of MacOS, you will need to install python2.7 from the python web site: http://www.python.org/download/83 a. The default python version of !MacOs 10.6 is python 2.6 and is (in 99% of the case) fully working with Madgraph5, so nothing to install for you. 84 b. The python version of !MacOs 10.7 is python 2.7. We never test this python version with MG5 but in principle it should be fine. 85 c. For other version of !MacOS, you will need to install python2.7 from the python web site: http://www.python.org/download/ 65 86 * '''Madgraph5'''[[BR]] 66 87 You will find madgraph5 package on the following page: https://launchpad.net/madgraph5. … … 70 91 If you don't have a valid python version. It will fail directly. 71 92 93 * '''Root''' [[BR]] 94 Root is require, in order to make some of the plots in MadEvent. 95 a. for !MacOs 10.5, you can install this version: ftp://root.cern.ch/root/root_v5.26.00.macosx105-i386-gcc-4.0.tar.gz 96 b. for !MacOs 10.6 (and maybe 10.7), you can install this version: ftp://root.cern.ch/root/root_v5.30.02.macosx106-i386-gcc-4.2.tar.gz 97 c. Otherwise, you will need to install from the source: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz 98 After Un-packing, follow the instruction of the file README/INSTALL. 99 100 If the installation is successful, you will need to have root working. In order to test it type '''root''' in the terminal. If it's not fine, please install it from Source. 101 102 103 72 104 1. '''Pythia/pgs/MadAnalysis''' 73 105 74 I will see this later. 106 107 In order to install those programs, you need to launch mg5 (./bin/mg5) and then type 108 109 {{{ 110 install pythia-pgs 111 install MadAnalysis 112 }}} 75 113 76 114 1. '''MC@NLO''' 77 Later 115 * '''MC@NLO''' 116 You can install it from the source: http://www.hep.phy.cam.ac.uk/theory/webber/MCatNLO/Package4.03_dist.tar.gz 117 * '''Herwig6''' 118 You can install herwig6 from the source: 119 http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/herwig6520.f 120 78 121 79 122