use Pmodules extended commands in modulefiles (fixing issue #3)

This commit is contained in:
2017-03-08 13:40:32 +01:00
parent 2f90f20b36
commit 98687e94de
46 changed files with 244 additions and 308 deletions

View File

@@ -1,11 +1,11 @@
#%Module1.0
set whatis "library for direct solution of large, sparse, nonsymmetric systems of linear equations."
set url "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
set license "BSD, see \$SUPERLU_DIR/share/doc/SuperLU/README"
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-whatis "library for direct solution of large, sparse, nonsymmetric systems of linear equations."
module-url "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
module-license "BSD, see \$SUPERLU_DIR/share/doc/SuperLU/README"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help "
module-help "
SuperLU is a general purpose library for the direct solution of large,
sparse, nonsymmetric systems of linear equations on high performance
machines. The library is written in C and is callable from either C or
@@ -22,4 +22,3 @@ system, estimate the condition number, calculate the relative backward
error, and estimate error bounds for the refined solutions.
"
source $env(PSI_LIBMODULES)