Changes between Initial Version and Version 1 of SchoolKias


Ignore:
Timestamp:
Sep 30, 2011, 7:28:42 PM (13 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v1 v1  
     1 = KIAS School on MadGraph for LHC Physics =
     2
     3 == Installation of the different software ==
     4
     5In order to be efficient during the time of the school, we would like to ask you to install all the
     6different package that you will need during the school. For any trouble you can contact Olivier Mattelaer
     7at the following address: olivier.mattelaer@uclouvain.be .
     8
     9 === Windows ===
     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
     11
     12 === Linux ===
     13
     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 
     17  * perl
     18  * bash
     19  * gfortran 4.x (To check the version do gfortran do: gfortran --version)
     20
     21  If those program are not installed. you can use apt-get/yum/... in order to have those.
     22
     23 ==== Madgraph 5 ====
     24
     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   
     34 
     35 
     36