mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: d/darshan/darshan-runtime-3.1.4-foss-2017a.eb new file: d/darshan/darshan-util-3.1.4-foss-2017a.eb new file: e/eudev/eudev-3.1.5-intel-2017a.eb new file: f/FFmpeg/FFmpeg-3.1.3-intel-2017a.eb new file: f/flex/flex-2.6.6.eb new file: f/fontsproto/fontsproto-2.1.3-intel-2017a.eb new file: g/glproto/glproto-1.4.17-intel-2017a.eb new file: i/ImageMagick/ImageMagick-7.0.7.27-intel-2017a.eb new file: l/libXau/libXau-1.0.8-intel-2017a.eb new file: l/libXdamage/libXdamage-1.1.4-intel-2017a.eb new file: l/libXfont/libXfont-1.5.1-intel-2017a.eb new file: m/Mesa/Mesa-13.0.0-intel-2017a.eb new file: m/Mesa/Mesa-17.2.6-intel-2017a.eb new file: m/Molden/Molden-5.7-intel-2017b.eb new file: m/mkl/mkl-2018.1.163.eb new file: n/numpy/numpy-1.14.1-mkl-Py-3.6.eb new file: p/Perl/Perl-5.26.1-foss-2017a.eb new file: v/VMD/VMD-1.9.3-intel-2017b-Py-2.7.eb new file: v/VMD/VMD-1.9.3_configure.patch new file: x/x264/x264-20160430-intel-2017a.eb deleted: n/numpy/numpy-1.14.1-Py-3.6.eb
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
easyblock = "ConfigureMake"
|
||
name = "darshan-util"
|
||
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, Darshan’s 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 = """
|
||
The result is a darshan log file which can be converted using
|
||
|
||
darshan-job-summary.pl /path/to/your/logdir/mylog.darshan.gz
|
||
|
||
"""
|
||
|
||
toolchain = {'name': 'foss', 'version': '2017a'}
|
||
|
||
sources = ['http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
|
||
|
||
subpath = 'darshan-util'
|
||
|
||
preconfigopts = 'cd %s;' % subpath
|
||
|
||
prebuildopts = 'cd %s;' % subpath
|
||
|
||
preinstallopts = 'cd %s;' % subpath
|
||
|
||
sanity_check_paths = {
|
||
'files': ["bin/darshan-job-summary.pl"],
|
||
'dirs': []
|
||
}
|
||
|
||
dependencies = [
|
||
('gnuplot', '5.0.6', '', ('GCC', '6.3.0-2.27')),
|
||
('Perl', '5.26.1'),
|
||
]
|
||
|
||
moduleclass = 'lib'
|