mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 08:22:12 +01:00

new file: g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb new file: o/OPARI2/OPARI2-2.0.2.eb new file: o/OTF2/OTF2-2.1.eb new file: s/Score-P/Score-P-3.1-intel-2017a.eb new file: s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp modified: s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
29 lines
730 B
Plaintext
29 lines
730 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'OPARI2'
|
|
version = '2.0.2'
|
|
|
|
homepage = 'http://www.score-p.org'
|
|
description = """OPARI2, the successor of Forschungszentrum Juelich's OPARI,
|
|
is a source-to-source instrumentation tool for OpenMP and hybrid codes.
|
|
It surrounds OpenMP directives and runtime library calls with calls to
|
|
the POMP2 measurement interface."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.vi-hps.org/upload/packages/opari2/']
|
|
|
|
checksums = [
|
|
'70736e5592dd0d95a73f9b74ea625a88', # opari2-2.0.2.tar.gz
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/opari2", "include/opari2/pomp2_lib.h"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'perf'
|