Changes between Version 14 and Version 15 of ProtosInstallation
- Timestamp:
- Aug 31, 2017, 3:26:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtosInstallation
v14 v15 22 22 * `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib` 23 23 24 * Install PDF sets. This is a example of CTEQ6L1: `cd $LHAPDF/share/lhapdf; lhapdf-getdata cteq6ll.LHpdf`. The full list of available of PDF sets can be found here: `lhapdf-getdata --list` 24 * Install PDF sets: 25 * Create a devoted folder~: `mkdir $LHAPDF/share/lhapdf/PDFsets` 26 * This is a example of CTEQ6L1: `cd $LHAPDF/share/lhapdf/PDFsets; lhapdf-getdata cteq6ll.LHpdf`. 27 * The full list of available of PDF sets can be found here: `lhapdf-getdata --list` 25 28 26 29 == Protos 2.2 installation == 27 30 28 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22 .tar.gz Protos22.tar.gz]31 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22_patchEric.tar.gz Protos22_patchEric.tar.gz] 29 32 30 * Untar the tarball: `tar xzf Protos22 .tar.gz`. Normally a `Protos22` folder must be created on your disk.33 * Untar the tarball: `tar xzf Protos22_patchEric.tar.gz`. Normally a `Protos22` folder must be created on your disk. 31 34 32 * Download the python patch [https://econte\tmp\eric_patch.py eric_patch.py] and put it into the `Protos22` folder.35 * Enter the Protos folder and apply the patch: `cd Protos22`. 33 36 34 * Enter the Protos folder and apply the patch: `cd Protos22; python eric_patch.py`. 35 36 * Edit the file `extlib.mk` and replace the line by `EXTLIB = -L<absolute path of lhapdf> -lLHAPDF` 37 * Edit the file `extlib.mk` and replace the line by `EXTLIB = -L<absolute path of lhapdf>/lib -lLHAPDF` 37 38 38 39 * Launch make: `make`