Changes between Version 12 and Version 13 of SchoolKias


Ignore:
Timestamp:
Oct 14, 2011, 9:58:01 AM (13 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v12 v13  
    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.
     11This video might help you to do so: http://video.google.com/videoplay?docid=-2369893842637434537
    1112
    1213 === Linux ===
     
    5455
    55564. '''MC@NLO'''
    56    * '''MC@NLO'''
    57      You can install it from the source: http://www.hep.phy.cam.ac.uk/theory/webber/MCatNLO/Package4.03_dist.tar.gz
    58    * '''Herwig6'''
    59      You can install herwig6 from the source:
    60      http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/herwig6520.f
     57   * '''g77 '''[[BR]]
     58     It might occur that you already have it on your computer. Otherwise, you can downloaded it from http://www.tucows.com/preview/8001/GCC-G77 (not all repository maintained g77 anymore)
     59   * '''MC@NLO'''[[BR]]
     60     You can install it from the source: https://server06.fynu.ucl.ac.be/projects/madgraph/attachment/wiki/SchoolKias/MCatNLO.tgz
     61     This package is suppose to be ready to run. To check that launch in the associate directory the command
     62{{{
     63./MCatNLO.inputs
     64}}}
    6165
    6266
     
    124128
    1251294. '''MC@NLO'''
    126    * '''g77'''
     130   * '''g77'''[[BR]]
    127131     This can be install from http://prdownloads.sourceforge.net/hpc/g77-intel-bin.tar.gz?download
    128132     This is the installation information (from http://hpc.sourceforge.net/):
     
    133137It installs everything in /usr/local. You will need to have Apple's Developer Tools installed.
    134138}}}
    135    * '''MC@NLO'''
    136      You can install it from the source: http://www.hep.phy.cam.ac.uk/theory/webber/MCatNLO/Package4.03_dist.tar.gz
    137    * '''Herwig6'''
    138      You can install herwig6 from the source:
    139      http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/herwig6520.f
     139   * '''MC@NLO'''[[BR]]
     140     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
     141{{{
     142./MCatNLO.inputs
     143}}}
     144     On some Mac computer the following error might occur
     145{{{
     146ld: library not found for -lstdc++
     147collect2: ld a retourné 1 code d'état d'exécution
     148make: *** [LLNLO_EXE_THISLIB] Error 1
     149mv: rename LLNLO_EXE_THISLIB to WNLO_EXE_THISLIB: No such file or directory
     150mv: rename WNLO_EXE_THISLIB to /Users/omatt/Downloads/MCatNLO/Darwin/WNLO_EXE_THISLIB: No such file or directory
     151chmod: /Users/omatt/Downloads/MCatNLO/Darwin/WNLO_EXE_THISLIB: No such file or directory
     152/Users/omatt/Downloads/MCatNLO/MCatNLO.Script: line 545: WNLO_EXE_THISLIB: command not found
     153}}}
     154    If this happen, then you should edit the file MCatNLO.Script and replace the line 1313:
     155{{{
     156ExtraLibs=$ExtraLibs" -lstdc++"
     157}}}
     158    by
     159{{{
     160ExtraLibs=$ExtraLibs" "
     161}}}
     162
    140163
    141164