Compiler/OpenBLAS(modulefile

- use extended module commands
This commit is contained in:
2016-09-21 14:57:50 +02:00
parent 499b013a36
commit 38bfbdcd9a
+7 -9
View File
@@ -1,12 +1,12 @@
#%Module1.0 #%Module1.0
set whatis "optimized BLAS and LAPACK library." module-whatis "optimized BLAS and LAPACK library."
set url "http://www.openblas.net/" module-url "http://www.openblas.net/"
set license "BSD" module-license "BSD"
set maintainer "Achim Gsell <achim.gsell@psi.ch>" module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help " module-help "
The BLAS (Basic Linear Algebra Subprograms) are routines that provide BLAS (Basic Linear Algebra Subprograms) are routines that provide
standard building blocks for performing basic vector and matrix operations. dard building blocks for performing basic vector and matrix operations.
The Level 1 BLAS perform scalar, vector and vector-vector operations, the The Level 1 BLAS perform scalar, vector and vector-vector operations, the
Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform
matrix-matrix operations. Because the BLAS are efficient, portable, and matrix-matrix operations. Because the BLAS are efficient, portable, and
@@ -24,7 +24,5 @@ not general sparse matrices. In all areas, similar functionality is
provided for real and complex matrices, in both single and double precision. provided for real and complex matrices, in both single and double precision.
" "
source $env(PSI_LIBMODULES)
setenv BLASLIB $PREFIX/libopenblas.a setenv BLASLIB $PREFIX/libopenblas.a