lalsuite:src-install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lalsuite:src-install [2013/05/24 11:24] – duncan.macleod@LIGO.ORG | lalsuite:src-install [2013/08/07 15:38] (current) – duncan.macleod@LIGO.ORG | ||
---|---|---|---|
Line 26: | Line 26: | ||
* '' | * '' | ||
* '' | * '' | ||
+ | * '' | ||
Once you have chosen your arguments, run the configure script. First, set the prefix path | Once you have chosen your arguments, run the configure script. First, set the prefix path | ||
<code bash> | <code bash> | ||
then run the '' | then run the '' | ||
- | <code bash> | + | <code bash> |
==== Compile and install the code ==== | ==== Compile and install the code ==== | ||
You can then compile and install the code via | You can then compile and install the code via | ||
- | <code bash> | + | <code bash> |
<note tip>You can make '' | <note tip>You can make '' | ||
if [[ " | if [[ " | ||
Line 40: | Line 41: | ||
elif [[ " | elif [[ " | ||
export NCPUS=$(sysctl hw.ncpu | awk ' | export NCPUS=$(sysctl hw.ncpu | awk ' | ||
- | fi</ | + | fi</ |
+ | ==== Installing GLUE and PyLAL ==== | ||
+ | The LALSuite git repository also includes two python packages associated with the C-libraries. | ||
+ | |||
+ | === Installing GLUE === | ||
+ | The Grid LIGO User Environment is a python package that provides a bunch of tools to help data analysis on the LIGO Data Grid systems. It has no actual dependence on LAL and its friends, and should be installed on each of the LDG systems. | ||
+ | |||
+ | You can install it from the repository by moving into the directory and running the '' | ||
+ | <code bash>cd glue | ||
+ | python setup.py install --prefix ${LALSUITE_PREFIX} | ||
+ | </ | ||
+ | |||
+ | There aren't many options for the setup.py, but you could add '' | ||
+ | |||
+ | === Installing PyLAL === | ||
+ | PyLAL is a python package built on top of the LALSuite C-libraries, | ||
+ | |||
+ | As with GLUE, you can install it from the repository by moving into the directory and running the '' | ||
+ | <code bash>cd pylal | ||
+ | python setup.py install --prefix ${LALSUITE_PREFIX} | ||
+ | </ | ||
===== Setting your environment ===== | ===== Setting your environment ===== |
lalsuite/src-install.1369394664.txt.gz · Last modified: 2013/05/24 11:24 by duncan.macleod@LIGO.ORG