Changes between Version 3 and Version 4 of SchoolKias


Ignore:
Timestamp:
Oct 4, 2011, 11:14:40 PM (13 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v3 v4  
    1  = KIAS School on MadGraph for LHC Physics =
     1 = KIAS School on !MadGraph for LHC Physics =
    22
    33 == Installation of the different software ==
     
    88
    99 === 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 Linux
     10The 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
    1111
    1212 === Linux ===
     
    1919  but just in case you should check that they are all installed in your computer. If they are not,
    2020  you can use apt-get/yum/... in order to have those.
     21
    21221. '''Madgraph 5'''
    2223  * '''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:
    2425    python --version. Some of the repositories are still on python 2.5. So if updating python via your repository manager didn't work.
    2526    you can download directly python from the following link:
    2627    http://www.python.org/download/
    2728    and follow instructions.
    28   * '''!Madgraph5'''[[BR]]
     29  * '''Madgraph5'''[[BR]]
    2930    You will find madgraph5 package on the following page:  https://launchpad.net/madgraph5.
    3031    For this program, you just need to untar it.
     
    3233    ./bin/mg5
    3334    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
    3442
    35431. '''Pythia/pgs/MadAnalysis'''
    3644
    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
    3852
    39531. '''MC@NLO'''
    4054
    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
    4260
    43  === MacOs ===
     61
     62 === !MacOs ===
    4463
    45641. '''Basic program'''
    4665  * perl
    4766  * 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).
    5569  * gmake [[BR]]
    5670  By default, makefile are not recognize on mac. In order to check, you can do 'make --version'. If it says:
    5771  -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
    5980
    60811. '''!MadGraph5'''
    6182  * '''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 it principle 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/
    6586  * '''Madgraph5'''[[BR]]
    6687    You will find madgraph5 package on the following page:  https://launchpad.net/madgraph5.
     
    7091    If you don't have a valid python version. It will fail directly.
    7192
     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
    721041. '''Pythia/pgs/MadAnalysis'''
    73105
    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}}}
    75113
    761141. '''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
    78121 
    79122