Skip to content
Snippets Groups Projects
Commit 593c96da authored by Christian Feld's avatar Christian Feld
Browse files

Provide Score-P/7.1, NVHPC toolchains missing

parent 22d56093
No related branches found
No related tags found
No related merge requests found
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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': 'gompi', 'version': '2021b'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CUDA', '11.5', '', SYSTEM),
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
configopts = '--enable-shared --with-machine-name=$SYSTEMNAME '
# Enable CUDA support
configopts += '--with-libOpenCL=$EBROOTCUDA/targets/x86_64-linux'
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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.
"""
site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>'
toolchain = {'name': 'gpsmpi', 'version': '2021b'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CUDA', '11.5', '', SYSTEM),
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
configopts = '--enable-shared --with-machine-name=$SYSTEMNAME '
# Enable CUDA support
configopts += '--with-libOpenCL=$EBROOTCUDA/targets/x86_64-linux'
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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.
"""
site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>'
toolchain = {'name': 'iimpi', 'version': '2021b'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CUDA', '11.5', '', SYSTEM),
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
configopts = '--enable-shared --with-machine-name=$SYSTEMNAME '
# Enable CUDA support
configopts += '--with-libOpenCL=$EBROOTCUDA/targets/x86_64-linux'
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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.
"""
site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>'
toolchain = {'name': 'iompi', 'version': '2021b'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CUDA', '11.5', '', SYSTEM),
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
configopts = '--enable-shared --with-machine-name=$SYSTEMNAME '
# Enable CUDA support
configopts += '--with-libOpenCL=$EBROOTCUDA/targets/x86_64-linux'
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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.
"""
site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>'
toolchain = {'name': 'ipsmpi', 'version': '2021b'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CUDA', '11.5', '', SYSTEM),
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
configopts = '--enable-shared --with-machine-name=$SYSTEMNAME '
# Enable CUDA support
configopts += '--with-libOpenCL=$EBROOTCUDA/targets/x86_64-linux'
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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': 'gpsmpi', 'version': '2021b'}
# Building with architectural optimizations on the KNL booster prevents
# using the frontend tools on the frontend, and thus cross-compilation.
# But Score-P/Scalasca does not benefit much from vectorization anyway.
toolchainopts = {'optarch': False}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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': 'iimpi', 'version': '2021b'}
# Building with architectural optimizations on the KNL booster prevents
# using the frontend tools on the frontend, and thus cross-compilation.
# But Score-P/Scalasca does not benefit much from vectorization anyway.
toolchainopts = {'optarch': False}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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 = '7.1'
homepage = 'https://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': 'ipsmpi', 'version': '2021b'}
# Building with architectural optimizations on the KNL booster prevents
# using the frontend tools on the frontend, and thus cross-compilation.
# But Score-P/Scalasca does not benefit much from vectorization anyway.
toolchainopts = {'optarch': False}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s']
sources = ['scorep-%(version)s.tar.gz']
checksums = [
'98dea497982001fb82da3429ca55669b2917a0858c71abe2cfe7cd113381f1f7', # scorep-7.1.tar.gz
]
builddependencies = [
('CubeLib', '4.6'),
('CubeWriter', '4.6'),
# Unwinding/sampling support (optional):
('libunwind', '1.5.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.6'),
('OTF2', '2.3'),
# Hardware counter support (optional):
('PAPI', '6.0.0.1'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25.1'),
]
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 CubeGUI
modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'}
moduleclass = 'perf'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment