easyconfigs-it4i/o/OPARI2/OPARI2-1.1.4-intel-2015b.eb
2017-03-09 11:57:40 +01:00

26 lines
741 B
Plaintext

easyblock = 'ConfigureMake'
name = "OPARI2"
version = "1.1.4"
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': 'intel', 'version': '2015b'}
# http://www.vi-hps.org/upload/packages/opari2/opari2-1.1.1.tar.gz
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.vi-hps.org/upload/packages/opari2/']
configopts = "--with-compiler-suite=intel "
sanity_check_paths = {
'files': ["bin/opari2", "include/opari2/pomp2_lib.h"],
'dirs': [],
}
moduleclass = 'perf'