mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: e/Eigen/Eigen-3.3.3.eb new file: l/libXt/libXt-1.1.5.eb new file: o/OPARI2/OPARI2-2.0.eb new file: p/PAPI/PAPI-5.4.3.eb new file: p/PDT/PDT-3.24.eb new file: s/Scalasca/Scalasca-2.3.1-foss-2016a.eb new file: s/Score-P/Score-P-2.0.1-foss-2016a.eb modified: v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb modified: v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
|
|
# Authors:: Fotis Georgatos <fotis@cern.ch>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_07-02.html
|
|
##
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PAPI'
|
|
version = '5.4.3'
|
|
|
|
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': ''}
|
|
|
|
source_urls = ['http://icl.cs.utk.edu/projects/papi/downloads/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
checksums = [
|
|
'3211b5a5bb389fe692370f5cf4cc2412', # papi-5.4.3.tar.gz
|
|
]
|
|
|
|
start_dir = 'src'
|
|
|
|
# parallel build doesn't always work
|
|
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'
|