Added IOR

This commit is contained in:
Caubet Serrabou Marc
2019-04-16 10:52:45 +02:00
parent 9fea418615
commit 6c3811a98f
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
ior/3.2.0_merlin unstable gcc/8.3.0 openmpi/3.1.3

24
System/ior/build Executable file
View 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
View 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.
"