Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jean-Eric Campagne
LagSHT
Commits
19d84990
Commit
19d84990
authored
May 01, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 1/5/15 README: authors & LD_LIBRARY_PATH for Linux/OpenBLAS
parent
90c53518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
README.md
+9
-0
No files found.
README.md
View file @
19d84990
...
...
@@ -2,6 +2,10 @@ Laguerre Spherical Harmonic Transform
======================================
Version 1.x
Main Author: J.E Campagne - Lab. Accelerateur Lineaire - CNRS/IN2P3 & PARIS-SUD University - France
Contributor: M. Reinecke - Max-Planck Institute for Astrophysics - Garching - Germany
Download as Guest
git clone https://gitlab.in2p3.fr/campagne/LagSHT.git
...
...
@@ -40,6 +44,11 @@ If the variable `CBLAS` is defined then the code of laguerreTransform.cc use the
1) adapt to the type of Machine MacOSX (Darwin) vs Linux
2) adapt the location of the libsharp library (SHARPDIR)
3) on Linux adapt the location of BLAS/OpenBLAS
also update the LD_LIBRARY_PATH to get the OpenBLAS shared
library avaliable at run time
csh> setenv LD_LIBRARY_PATH
<dir>
/OpenBLAS/lib:${LD_LIBRARY_PATH}
bassh> LD_LIBRARY_PATH=
<dir>
/OpenBLAS/lib:${LD_LIBRARY_PATH}; export $LD_LIBRARY_PATH
4) then the make depends on the plateform and if you have BLAS
```
> make MACH=Linux BLAS=1 : on Linux with BLAS ON
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment