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
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
##
|
|
# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
|
|
# Copyright:: Copyright 2013-2016 Juelich Supercomputing Centre, Germany
|
|
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
|
|
# Markus Geimer <m.geimer@fz-juelich.de>
|
|
# License:: 3-clause BSD
|
|
#
|
|
# This work is based on experiences from the UNITE project
|
|
# http://apps.fz-juelich.de/unite/
|
|
##
|
|
|
|
easyblock = 'EB_Score_minus_P'
|
|
|
|
name = 'Score-P'
|
|
version = '2.0.1'
|
|
|
|
homepage = 'http://www.score-p.org'
|
|
description = """The Score-P measurement infrastructure is a highly scalable and
|
|
easy-to-use tool suite for profiling, event tracing, and online analysis of HPC
|
|
applications."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
sources = ['scorep-%(version)s.tar.gz']
|
|
source_urls = ['http://www.vi-hps.org/upload/packages/scorep/']
|
|
|
|
# Backported fix to prevent build-score/configure from picking up CFLAGS etc.;
|
|
# included in Score-P 2.0.2 and above
|
|
patches = [
|
|
'Score-P-2.0.1_fix_score_configure.patch',
|
|
]
|
|
|
|
checksums = [
|
|
'031a82fa26e2c9412e55d964f92fc9e9', # scorep-2.0.1.tar.gz
|
|
'557b3a292591740271be7f336d5b7473', # Score-P-2.0.1_fix_score_configure.patch
|
|
]
|
|
|
|
dependencies = [
|
|
# ('libunwind', '1.1'),
|
|
('Cube', '4.3.4', '', True),
|
|
('OPARI2', '2.0', '', True),
|
|
('OTF2', '2.0', '', True),
|
|
('PAPI', '5.4.3', '', True),
|
|
('PDT', '3.24', '', True),
|
|
]
|
|
|
|
configopts = '--enable-shared'
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/scorep", "include/scorep/SCOREP_User.h",
|
|
("lib/libscorep_adapter_mpi_event.a", "lib64/libscorep_adapter_mpi_event.a"),
|
|
("lib/libscorep_adapter_mpi_event.%s" % SHLIB_EXT, "lib64/libscorep_adapter_mpi_event.%s" % SHLIB_EXT)],
|
|
'dirs': [],
|
|
}
|
|
|
|
# Ensure that local metric documentation is found by Cube GUI
|
|
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
|
|
|
|
moduleclass = 'perf'
|