Both sides previous revisionPrevious revisionNext revision | Previous revision |
arcca:raven [2012/12/20 10:32] – [Grid tools] Instructions for building on Raven paul.hopkins@LIGO.ORG | arcca:raven [2012/12/20 13:11] (current) – [Grid tools] stephen.fairhurst@LIGO.ORG |
---|
* pkg-config: This is available by default on Raven (as /usr/bin/pkg-config). The installed version is 0.23, which seems to suffice | * pkg-config: This is available by default on Raven (as /usr/bin/pkg-config). The installed version is 0.23, which seems to suffice |
* gsl: This is available as a module. So run <code bash> module load gsl</code> to pick this up. Current version is 1.15, which is more recent than version 1.12 listed on the DASWG page. | * gsl: This is available as a module. So run <code bash> module load gsl</code> to pick this up. Current version is 1.15, which is more recent than version 1.12 listed on the DASWG page. |
* git: This is required to check out the LALSuite software stack. It **should** be available as a module, but isn't working yet. To work around the issue, I've installed version 1.8.1 in /home/spxsf2/opt/lscsoft/non-lsc. | * git: This is required to check out the LALSuite software stack. It is available in /usr/bin (version 1.7.1), a newer version (1.7.9) is available with <code bash> module load git</code> |
* fftw: This **should** be available as a module, but isn't working yet! I have installed it at /home/spxsf2/opt/lscsoft/. **Note**: the instructions call for fftw to be built twice -- float and double. Not sure if this is still relevant and/or can be set up on Raven by default. | * fftw: This **should** be available as a module, but isn't working yet! I have installed it at /home/spxsf2/opt/lscsoft/. **Note**: the instructions call for fftw to be built twice -- float and double. Not sure if this is still relevant and/or can be set up on Raven by default. |
* libframe/metaio/glue: This is LIGO specific software. It is not available as a module, but in the longer term, we should see if we can get it installed. For now, I downloaded the "stable" version from [[http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ | here]] and have installed (following the instructions [[https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lscsoft-install.html | here]]) at /home/spxsf2/opt/lscsoft/. | * libframe/metaio/glue: This is LIGO specific software. It is not available as a module, but in the longer term, we should see if we can get it installed. For now, I downloaded the "stable" version from [[http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ | here]] and have installed (following the instructions [[https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lscsoft-install.html | here]]) at /home/spxsf2/opt/lscsoft/. |
chmod 400 ~/.globus/userkey.pem | chmod 400 ~/.globus/userkey.pem |
</code> | </code> |
| |
| To source the install, you need: |
| <code> |
| . ~spxph/gt5.2.0-all/etc/globus-user-env.sh |
| </code> |
| |
===== Data ===== | ===== Data ===== |
| |