Changes between Version 20 and Version 21 of SchoolKias
- Timestamp:
- Apr 6, 2012, 4:32:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v20 v21 51 51 Finally you should edit the file ~/.bashrc, by adding the following line into it 52 52 {{{ 53 54 53 export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY 55 54 export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin … … 60 59 In order to install those programs, you need to launch mg5 (./bin/mg5) and then type 61 60 {{{ 62 63 61 install pythia-pgs 64 62 install MadAnalysis … … 78 76 This package is suppose to be ready to run. To check that launch in the associate directory the command 79 77 {{{ 80 81 78 ./MCatNLO.inputs 82 79 }}} … … 120 117 After unpacking the directory. you will need to performed the two following action in the terminal 121 118 {{{ 122 123 119 cd 124 120 emacs .bash_profile … … 126 122 The last command will open a terminal, add in this file the following line: 127 123 {{{ 128 129 124 export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY 130 125 export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin … … 132 127 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 133 128 {{{ 134 135 129 source .bash_profile 136 130 }}} … … 146 140 In order to install those programs, you need to launch mg5 (./bin/mg5) and then type 147 141 {{{ 148 149 142 install pythia-pgs 150 143 install MadAnalysis … … 163 156 This is the installation information (from http://hpc.sourceforge.net/): 164 157 {{{ 165 166 158 Download my binaries, and cd to the download folder. 167 159 Then gunzip g77-bin.tar.gz (if your browser didn't do so already) and … … 172 164 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 173 165 {{{ 174 175 166 ./MCatNLO.inputs 176 167 }}} 177 168 On some Mac computer the following error might occur 178 169 {{{ 179 180 170 ld: library not found for -lstdc++ 181 171 collect2: ld a retourné 1 code d'état d'exécution … … 188 178 If this happen, then you should edit the file MCatNLO.Script and replace the line 1313: 189 179 {{{ 190 191 180 ExtraLibs=$ExtraLibs" -lstdc++" 192 181 }}} 193 182 by 194 183 {{{ 195 196 184 ExtraLibs=$ExtraLibs" " 197 185 }}}