From 38bfbdcd9aafb11d57deb38e83b4bf591ca797ed Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 21 Sep 2016 14:57:50 +0200 Subject: [PATCH] Compiler/OpenBLAS(modulefile - use extended module commands --- Compiler/OpenBLAS/modulefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Compiler/OpenBLAS/modulefile b/Compiler/OpenBLAS/modulefile index 0257f77..ffb9da6 100644 --- a/Compiler/OpenBLAS/modulefile +++ b/Compiler/OpenBLAS/modulefile @@ -1,12 +1,12 @@ #%Module1.0 -set whatis "optimized BLAS and LAPACK library." -set url "http://www.openblas.net/" -set license "BSD" -set maintainer "Achim Gsell " -set help " -The BLAS (Basic Linear Algebra Subprograms) are routines that provide -standard building blocks for performing basic vector and matrix operations. +module-whatis "optimized BLAS and LAPACK library." +module-url "http://www.openblas.net/" +module-license "BSD" +module-maintainer "Achim Gsell " +module-help " +BLAS (Basic Linear Algebra Subprograms) are routines that provide +dard building blocks for performing basic vector and matrix operations. 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 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. " -source $env(PSI_LIBMODULES) - setenv BLASLIB $PREFIX/libopenblas.a