Changes between Version 12 and Version 13 of SchoolKias
- Timestamp:
- Oct 14, 2011, 9:58:01 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v12 v13 8 8 9 9 === 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 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. 11 This video might help you to do so: http://video.google.com/videoplay?docid=-2369893842637434537 11 12 12 13 === Linux === … … 54 55 55 56 4. '''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 }}} 61 65 62 66 … … 124 128 125 129 4. '''MC@NLO''' 126 * '''g77''' 130 * '''g77'''[[BR]] 127 131 This can be install from http://prdownloads.sourceforge.net/hpc/g77-intel-bin.tar.gz?download 128 132 This is the installation information (from http://hpc.sourceforge.net/): … … 133 137 It installs everything in /usr/local. You will need to have Apple's Developer Tools installed. 134 138 }}} 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 {{{ 146 ld: library not found for -lstdc++ 147 collect2: ld a retourné 1 code d'état d'exécution 148 make: *** [LLNLO_EXE_THISLIB] Error 1 149 mv: rename LLNLO_EXE_THISLIB to WNLO_EXE_THISLIB: No such file or directory 150 mv: rename WNLO_EXE_THISLIB to /Users/omatt/Downloads/MCatNLO/Darwin/WNLO_EXE_THISLIB: No such file or directory 151 chmod: /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 {{{ 156 ExtraLibs=$ExtraLibs" -lstdc++" 157 }}} 158 by 159 {{{ 160 ExtraLibs=$ExtraLibs" " 161 }}} 162 140 163 141 164