Changes between Version 20 and Version 21 of SchoolKias


Ignore:
Timestamp:
Apr 6, 2012, 4:32:51 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v20 v21  
    5151    Finally you should edit the file ~/.bashrc, by adding the following line into it
    5252{{{
    53 
    5453    export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY
    5554    export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin
     
    6059   In order to install those programs, you need to launch mg5 (./bin/mg5) and then type
    6160{{{
    62 
    6361   install pythia-pgs
    6462   install MadAnalysis
     
    7876     This package is suppose to be ready to run. To check that launch in the associate directory the command
    7977{{{
    80 
    8178./MCatNLO.inputs
    8279}}}
     
    120117       After unpacking the directory. you will need to performed the two following action in the terminal
    121118{{{
    122 
    123119cd
    124120emacs .bash_profile
     
    126122    The last command will open a terminal, add in this file the following line:
    127123{{{
    128 
    129124    export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY
    130125    export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin
     
    132127    In order to exit the emacs editor, you need to do CTRL-X CTRL-S (this will save your modification) and after CTRL-X CTRL-C. Finally in your terminal you will need to type
    133128{{{
    134 
    135129    source .bash_profile
    136130}}}
     
    146140   In order to install those programs, you need to launch mg5 (./bin/mg5) and then type
    147141{{{
    148 
    149142   install pythia-pgs
    150143   install MadAnalysis
     
    163156     This is the installation information (from http://hpc.sourceforge.net/):
    164157{{{
    165 
    166158Download my binaries, and cd to the download folder.
    167159Then gunzip g77-bin.tar.gz (if your browser didn't do so already) and
     
    172164     You can install it from the source: https://server06.fynu.ucl.ac.be/projects/madgraph/attachment/wiki/SchoolKias/MCatNLO.tgz This package is suppose to be ready to run. To check that launch in the associate directory the command
    173165{{{
    174 
    175166./MCatNLO.inputs
    176167}}}
    177168     On some Mac computer the following error might occur
    178169{{{
    179 
    180170ld: library not found for -lstdc++
    181171collect2: ld a retourné 1 code d'état d'exécution
     
    188178    If this happen, then you should edit the file MCatNLO.Script and replace the line 1313:
    189179{{{
    190 
    191180ExtraLibs=$ExtraLibs" -lstdc++"
    192181}}}
    193182    by
    194183{{{
    195 
    196184ExtraLibs=$ExtraLibs" "
    197185}}}