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

modified: p/PAPI/PAPI-5.5.1.eb new file: s/Scalasca/Scalasca-2.4-GCC-6.3.0-2.27-MPICH.eb new file: s/Score-P/Score-P-4.1-GCC-6.3.0-2.27-MPICH.eb deleted: s/Scalasca/Scalasca-2.4-GCC-6.3.0-2.27.eb deleted: s/Score-P/Score-P-4.1-GCC-6.3.0-2.27.eb
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PAPI'
|
|
version = '5.5.1'
|
|
|
|
homepage = 'http://icl.cs.utk.edu/projects/papi/'
|
|
|
|
description = """
|
|
PAPI provides the tool designer and application engineer with a consistent
|
|
interface and methodology for use of the performance counter hardware found
|
|
in most major microprocessors. PAPI enables software engineers to see, in near
|
|
real time, the relation between software performance and processor events.
|
|
In addition Component PAPI provides access to a collection of components
|
|
that expose performance measurement opportunites across the hardware and
|
|
software stack.
|
|
"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://icl.cs.utk.edu/projects/papi/downloads/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['49dc2c2323f6164c4a7e81b799ed690ee73158671205e71501f849391dd2c2d4']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.27'),
|
|
]
|
|
|
|
start_dir = 'src'
|
|
|
|
parallel = 1
|
|
|
|
runtest = 'fulltest'
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/papi_%s" % x
|
|
for x in ["avail", "clockres", "command_line", "component_avail",
|
|
"cost", "decode", "error_codes", "event_chooser",
|
|
"mem_info", "multiplex_cost", "native_avail",
|
|
"version", "xml_event_info"]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'perf'
|