Added IOR
This commit is contained in:
1
System/ior/3.2.0/variants
Normal file
1
System/ior/3.2.0/variants
Normal file
@@ -0,0 +1 @@
|
||||
ior/3.2.0_merlin unstable gcc/8.3.0 openmpi/3.1.3
|
||||
24
System/ior/build
Executable file
24
System/ior/build
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
# pbuild::set_download_url "https://github.com/hpc/ior/releases/download/${V_PKG}/$P-${V_PKG}.tar.gz"
|
||||
# pbuild::set_download_url "https://github.com/hpc/ior/archive/${V_PKG}.zip"
|
||||
pbuild::set_download_url "https://github.com/hpc/ior/archive/${V_PKG}.tar.gz"
|
||||
|
||||
pbuild::add_to_group 'Tools'
|
||||
|
||||
pbuild::install_docfiles AUTHORS COPYING NEWS README.md README_S3
|
||||
|
||||
cd ${SRC_DIR}
|
||||
|
||||
# pbuild::compile_in_sourcetree
|
||||
pbuild::pre_configure() {
|
||||
pbuild::add_configure_args "LIBS=/usr/lpp/mmfs/lib/libgpfs.so"
|
||||
./bootstrap"
|
||||
}
|
||||
pbuild::configure() {
|
||||
./configure LIBS=/usr/lpp/mmfs/lib/libgpfs.so"
|
||||
}
|
||||
|
||||
pbuild::compile
|
||||
|
||||
pbuild::install
|
||||
10
System/ior/modulefile
Normal file
10
System/ior/modulefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "HPC IO Benchmark Repository"
|
||||
module-url "https://github.com/hpc/ior"
|
||||
module-license "See COPYRIGHT"
|
||||
module-maintainer "Marc Caubet <marc.caubet@psi.ch>"
|
||||
module-help "
|
||||
This repo now contains both IOR and mdtest. This should be
|
||||
only for stress tests and usually by an administrator.
|
||||
"
|
||||
Reference in New Issue
Block a user