easyconfigs-it4i/d/darshan/darshan-runtime-3.1.4-foss-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

54 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

easyblock = "ConfigureMake"
name = "darshan-runtime"
version = "3.1.4"
homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
description = """Darshan is designed to capture an accurate picture of
application I/O behavior, including properties such as patterns of
access within files, with minimum overhead. The name is taken from a
Sanskrit word for “sight” or “vision”.
Darshan can be used to investigate and tune the I/O behavior of
complex HPC applications. In addition, Darshans lightweight design
makes it suitable for full time deployment for workload
characterization of large systems. We hope that such studies will
help the storage research community to better serve the needs of
scientific computing.
Darshan was originally developed on the IBM Blue Gene series of
computers deployed at the Argonne Leadership Computing Facility, but
it is portable across a wide variety of platforms include the Cray
XE6, Cray XC30, and Linux clusters. Darshan routinely instruments
jobs using up to 786,432 compute cores on the Mira system at ALCF.
"""
usage = """
Export the environment variable DARSHAN_LOG_PATH to where the logging
data should be written, e.g.
LD_PRELOAD=$EBROOTDARSHANMINRUNTIME/lib/libdarshan.so \
DARSHAN_LOG_PATH=/path/to/your/logdir \
"""
toolchain = {'name': 'foss', 'version': '2017a'}
sources = [
'http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' %
version]
subpath = 'darshan-runtime'
preconfigopts = 'cd %s;' % subpath
configopts = '--with-mem-align=8 --with-log-path-by-env=DARSHAN_LOG_PATH --with-jobid-env=SLURM_JOBID CC=mpicc'
prebuildopts = 'cd %s;' % subpath
preinstallopts = 'cd %s;' % subpath
sanity_check_paths = {
'files': ["lib/libdarshan.so"],
'dirs': []
}
moduleclass = 'lib'