use Pmodules extended commands in modulefiles (fixing issue #3)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "programming language"
|
||||
set url "http://www.java.com"
|
||||
set license "See http://java.com/license"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "programming language"
|
||||
module-url "http://www.java.com"
|
||||
module-license "See http://java.com/license"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
Java is a programming language and computing platform first released by Sun
|
||||
Microsystems in 1995. There are lots of applications and websites that will
|
||||
not work unless you have Java installed, and more are created every day.
|
||||
@@ -14,4 +14,3 @@ consoles to scientific supercomputers, cell phones to the Internet, Java is
|
||||
everywhere!
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "File system and storage benchmark"
|
||||
set url "http://sourceforge.net/projects/filebench/"
|
||||
set license "Common Development and Distribution License"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "File system and storage benchmark"
|
||||
module-url "http://sourceforge.net/projects/filebench/"
|
||||
module-license "Common Development and Distribution License"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
Filebench is a file system and storage benchmark that can generate a variety
|
||||
of workloads. It employs extensive Workload Model Language (WML) for detailed
|
||||
workload specification.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "fsstress"
|
||||
set url "http://www.cs.duke.edu/ari/fstress/"
|
||||
set license "BSD-like"
|
||||
set licensefile "COPYRIGHT"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "fsstress"
|
||||
module-url "http://www.cs.duke.edu/ari/fstress/"
|
||||
module-license "BSD-like"
|
||||
module-licensefile "COPYRIGHT"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
Fstress is a synthetic, flexible, self-scaling NFS file service benchmark
|
||||
whose primary goal is flexibility. Fstress exports control over several
|
||||
dimensions in both data set and workload, enabling a wide range of tests
|
||||
@@ -15,4 +15,3 @@ configuration, and other factors. Fstress includes several important
|
||||
canned workloads.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "filesystem metadata benchmark"
|
||||
set url "http://mdtest.sourceforge.net/"
|
||||
set license "GNU GPL v2"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "filesystem metadata benchmark"
|
||||
module-url "http://mdtest.sourceforge.net/"
|
||||
module-license "GNU GPL v2"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
mdtest is an MPI-coordinated metadata benchmark test that performs
|
||||
open/stat/close operations on files and directories and then reports
|
||||
the performance.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "utility for network discovery and security auditing."
|
||||
set url "http://nmap.org/"
|
||||
set license "GNU GPL v2"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "utility for network discovery and security auditing."
|
||||
module-url "http://nmap.org/"
|
||||
module-license "GNU GPL v2"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
Nmap (\"Network Mapper\") is a free and open source (license) utility for
|
||||
network discovery and security auditing. Many systems and network
|
||||
administrators also find it useful for tasks such as network inventory,
|
||||
@@ -24,4 +24,3 @@ scan results (Ndiff), and a packet generation and response analysis tool
|
||||
(Nping).
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "modify dynamic linker and RPATH of ELF executables."
|
||||
set url "http://nixos.org/patchelf.html"
|
||||
set license "GNU GPL v3"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "modify dynamic linker and RPATH of ELF executables."
|
||||
module-url "http://nixos.org/patchelf.html"
|
||||
module-license "GNU GPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
PatchELF is a small utility to modify the dynamic linker and RPATH of
|
||||
ELF executables.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
Reference in New Issue
Block a user