Changes between Version 1 and Version 2 of SchoolKias


Ignore:
Timestamp:
Sep 30, 2011, 10:19:53 PM (13 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v1 v2  
    1212 === Linux ===
    1313
    14   ==== Basic program ====
    15   Those programs are by default present in any linux distribution, but just in case you should check that they are all installed in your computer:
    16  
     141. '''Basic program'''
    1715  * perl
    1816  * bash
    1917  * gfortran 4.x (To check the version do gfortran do: gfortran --version)
     18  Those programs are by default present in any linux distribution,
     19  but just in case you should check that they are all installed in your computer. If they are not,
     20  you can use apt-get/yum/... in order to have those.
     211. '''Madgraph 5'''
     22  * '''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    python --version. Some of the repositories are still on python 2.5. So if updating python via your repository manager didn't work.
     25    you can download directly python from the following link:
     26    http://www.python.org/download/
     27    and follow instructions.
     28  * '''Madgraph5'''[[BR]]
     29    You will find madgraph5 package on the following page:  https://launchpad.net/madgraph5.
     30    For this program, you just need to untar it.
     31    To check if mg5 is correctly install you directly try to run it by doing:
     32    ./bin/mg5
     33    If you don't have a valid python version. It will fail directly.
    2034
    21   If those program are not installed. you can use apt-get/yum/... in order to have those.
     351. '''Pythia/pgs/MadAnalysis'''
    2236
    23  ==== Madgraph 5 ====
     37   I will see this later.
    2438
    25   * python 2.6/2.7
    26   MadGraph 5 requires python 2.6 or python 2.7. In order to check your version of python, you can type:
    27   python --version. Some of the repositories are still on python 2.5. So if updating python via your repository manager didn't work.
    28   you can download directly python from the following link:
    29   http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
    30   and follow instructions.
    31  
    32   * Madgraph5
    33    
     39 === Linux ===
     40
     411. '''Basic program'''
     42  * perl
     43  * bash [[BR]]
     44  Those programs are by default present in any linux distribution,
     45  but just in case you should check that they are all installed in your computer. If they are not,
     46  you can use apt-get/yum/... in order to have those.
     47  * gfortran 4.x (To check the version do gfortran do: gfortran --version)
     48  This program is often not included in standard mac version. In order to download it, the easiest is to install the xcode3.
     49  https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20414
     50  In order to be able to download it, you will need to a apple develloper account (which is free)
     51  * gmake [[BR]]
     52  By default, makefile are not recognize on mac. In order to check, you can do 'make --version'. If it says:
     53  -bash: make: command not found
     54  then you should install it from the following web-site: http://mac.softpedia.com/get/Developer-Tools/GNU-Make.shtml
     55
     561. '''MadGraph5'''
     57  * '''python'''
     58    a. The python version of MacOs 10.6 is python 2.6 and is (in 99% of the case) fully working with Madgraph5.
     59    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.
     60    c. For other version of MacOS, you will need to install python2.7 from the python web site: http://www.python.org/download/
     61  * '''Madgraph5'''[[BR]]
     62    You will find madgraph5 package on the following page:  https://launchpad.net/madgraph5.
     63    For this program, you just need to untar it.
     64    To check if mg5 is correctly install you directly try to run it by doing:
     65    ./bin/mg5
     66    If you don't have a valid python version. It will fail directly.
     67
     681. '''Pythia/pgs/MadAnalysis'''
     69
     70   I will see this later.
    3471 
    3572