Skip to content
Snippets Groups Projects
Commit 802f4ef6 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'zitz1_advisor' into '2020'

Zitz1 advisor

See merge request hps-public/easybuild-repository!345
parents 6250d7aa 9a1c27b4
Branches
No related tags found
No related merge requests found
name = 'Advisor'
version = '2020_update3'
homepage = 'https://software.intel.com/intel-advisor-xe'
description = """Vectorization Optimization and Thread Prototyping
- Vectorize & thread code or performance "dies"
- Easy workflow + data + tips = faster code faster
- Prioritize, Prototype & Predict performance gain
"""
site_contacts = 'a.kreuzer@fz-juelich.de'
toolchain = SYSTEM
sources = ['advisor_%(version)s.tar.gz']
dontcreateinstalldir = True
requires_runtime_license = False
moduleclass = 'perf'
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = '3.16.1'
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
site_contacts = 'a.kreuzer@fz-juelich.de'
source_urls = ['ftp://sourceware.org/pub/valgrind/']
sources = [SOURCELOWER_TAR_BZ2]
toolchain = {'name': 'gpsmpi', 'version': '2020'}
preconfigopts = 'unset CC CFLAGS &&'
configopts = ' --with-mpicc="$MPICC"'
local_binaries = [
'callgrind_annotate', 'callgrind_control', 'cg_annotate', 'cg_diff',
'cg_merge', 'ms_print', 'valgrind', 'valgrind-listener', 'vgdb'
]
sanity_check_paths = {
'files': ['bin/%s' % x for x in local_binaries] +
['lib/valgrind/libmpiwrap-amd64-linux.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'debugger'
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = '3.16.1'
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
site_contacts = 'a.kreuzer@fz-juelich.de'
source_urls = ['ftp://sourceware.org/pub/valgrind/']
sources = [SOURCELOWER_TAR_BZ2]
toolchain = {'name': 'iimpi', 'version': '2020'}
preconfigopts = 'unset CC CFLAGS &&'
configopts = ' --with-mpicc="$MPICC"'
local_binaries = [
'callgrind_annotate', 'callgrind_control', 'cg_annotate', 'cg_diff',
'cg_merge', 'ms_print', 'valgrind', 'valgrind-listener', 'vgdb'
]
sanity_check_paths = {
'files': ['bin/%s' % x for x in local_binaries] +
['lib/valgrind/libmpiwrap-amd64-linux.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'debugger'
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = '3.16.1'
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
site_contacts = 'a.kreuzer@fz-juelich.de'
source_urls = ['ftp://sourceware.org/pub/valgrind/']
sources = [SOURCELOWER_TAR_BZ2]
toolchain = {'name': 'ipsmpi', 'version': '2020'}
preconfigopts = 'unset CC CFLAGS &&'
configopts = ' --with-mpicc="$MPICC"'
local_binaries = [
'callgrind_annotate', 'callgrind_control', 'cg_annotate', 'cg_diff',
'cg_merge', 'ms_print', 'valgrind', 'valgrind-listener', 'vgdb'
]
sanity_check_paths = {
'files': ['bin/%s' % x for x in local_binaries] +
['lib/valgrind/libmpiwrap-amd64-linux.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'debugger'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment