Changes between Version 3 and Version 4 of ProtosInstallation
- Timestamp:
- Aug 28, 2017, 6:27:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtosInstallation
v3 v4 5 5 == LHAPDF 5.9.1 installation == 6 6 7 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/ attachment/wiki/ProtosInstallation/lhapdf-5.9.1.tar.gz lhapdf-5.9.1.tar.gz]7 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/lhapdf-5.9.1.tar.gz lhapdf-5.9.1.tar.gz] 8 8 9 * Untar the tarball with the command: `tar xzf lhapdf 5.9.1.tgz`. Normally a lhapdf591folder must be created on your disk.9 * Untar the tarball with the command: `tar xzf lhapdf-5.9.1.tar.gz`. Normally a `lhapdf-5.9.1` folder must be created on your disk. 10 10 11 * Create a folder where the final production of the LHAPDF building will be put: `mkdir lhapdf`11 * Create somewhere in your disk a folder where the final production of the LHAPDF building will be put: `mkdir lhapdf`. The absolute path of `lhapdf` will be named in the following `<absolute path of lhapdf>`. 12 12 13 * Go to lhapdf591 and configure the package: `cd lhapdf591; ./configure --nopythext --shared-enabled --static--enabled --prefix=<absolute path of lhapdf>` where <absolute path of lhapdf> is the absolute path of lhapdf.13 * Enter the folder `lhapdf-5.9.1`: `cd lhapdf591` 14 14 15 * Launch the building and cross the fingers :-): `make; make install`15 * Configure the package installation: `./configure --disable-pyext --enable-shared=yes --enable-static=yes --prefix=<absolute path of lhapdf>` 16 16 17 * Configure the environment variables: `export LHAPDF=<absolute_path_lhpadf>`, `export PATH=$PATH:$LHAPDF/bin` `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib`17 * Launch the building and cross the fingers :-): `make` then `make install` 18 18 19 * Install PDF sets. This is a example of CTEQ6L1 `cd $LHAPDF/shared; lhapdf-getdata CTEQ6L1.LHgrid`. The full list of CTEQ can be found here: `lhapdf-getdata --list` 19 * Configure the environment variables: 20 * `export LHAPDF=<absolute_path_lhpadf>` 21 * `export PATH=$PATH:$LHAPDF/bin` 22 * `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib` 23 24 * Install PDF sets. This is a example of CTEQ6L1: `cd $LHAPDF/shared; lhapdf-getdata CTEQ6L1.LHgrid`. The full list of available of PDF sets can be found here: `lhapdf-getdata --list` 20 25 21 26 == Protos 2.2 installation == 22 27 23 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/ attachment/wiki/ProtosInstallation/Protos22.tar.gz Protos22.tar.gz]28 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22.tar.gz Protos22.tar.gz] 24 29 25 30 * Untar the tarball