-
Notifications
You must be signed in to change notification settings - Fork 791
{perf}[gompi/2026.1,iimpi/2026.1,lompi/2026.1,lmpich/2026.1] Score-P v10.1 w/ CUDA 13.3.0 #26375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Thyre
wants to merge
5
commits into
easybuilders:develop
Choose a base branch
from
Thyre:20260626092319_new_pr_Score-P100
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4af7dd1
adding easyconfigs: Score-P-10.0-gompi-2026.1-CUDA-13.3.0.eb, Score-P…
Thyre f2dfd46
Fix Intel build for Score-P v10.0
Thyre 004e9e0
Add Score-P Python bindings to Score-P v10.0
Thyre 57457fb
Add Python bindings to Score-P v10.0 w/ CUDA
Thyre 2963a98
Bump to Score-P v10.1
Thyre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
69 changes: 69 additions & 0 deletions
69
easybuild/easyconfigs/s/Score-P/Score-P-10.1-gompi-2026.1-CUDA-13.3.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| # Copyright 2013-2024 Juelich Supercomputing Centre, Germany | ||
| # Copyright 2020-2024 TU Dresden, Germany | ||
| # Authors:: | ||
| # * Bernd Mohr <b.mohr@fz-juelich.de> | ||
| # * Markus Geimer <m.geimer@fz-juelich.de> | ||
| # * Alexander Grund <alexander.grund@tu-dresden.de> | ||
| # * Robert Mijakovic <robert.mijakovic@lxp.lu> | ||
| # * Jan André Reuter <j.reuter@fz-juelich.de> | ||
| # License:: 3-clause BSD | ||
|
|
||
| name = 'Score-P' | ||
| version = '10.1' | ||
| versionsuffix = '-CUDA-%(cudaver)s' | ||
|
|
||
| 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': '2026.1'} | ||
|
|
||
| source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s'] | ||
| sources = ['scorep-%(version)s.tar.gz'] | ||
| checksums = ['39edf6790c4af25679ab46e361091f177d40ad8f8cfff1b4bf81e775fc59f0c1'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.45'), | ||
| ('CUDA', '13.3.0', '', SYSTEM), | ||
| ('UCX-CUDA', '1.20.0', versionsuffix), | ||
| ('UCC-CUDA', '1.7.0', versionsuffix), | ||
| ('CubeLib', '4.9.1'), | ||
| ('CubeWriter', '4.9.1'), | ||
| ('OPARI2', '2.0.9'), | ||
| ('OTF2', '3.2'), | ||
| ('GOTCHA', '1.0.8'), | ||
| ('libunwind', '1.8.3'), | ||
| # Hardware counter support (optional): | ||
| ('PAPI', '7.2.0'), | ||
| # Python binding support | ||
| ('Python', '3.14.2'), | ||
| ] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_default_options = { | ||
| 'source_urls': [PYPI_SOURCE], | ||
| } | ||
| exts_list = [ | ||
| ('scorep', '4.5.1', { | ||
| 'checksums': ['d864168eefbe9d9c91ee416153e0f7f7f77764e2dca8e729f05e412ff8cc88f7'], | ||
| }), | ||
| ] | ||
|
|
||
| local_adapters = [ | ||
| 'compiler_event', 'cuda_mgmt', 'compiler_mgmt', 'mpi_event', 'mpi_mgmt', 'opari2_user_mgmt', 'opari2_openmp_mgmt', | ||
| ] | ||
| sanity_check_paths = { | ||
| 'files': | ||
| ['bin/scorep', 'include/scorep/SCOREP_User.h'] + | ||
| ['lib/libscorep_adapter_%s.%s' % (a, SHLIB_EXT) for a in local_adapters], | ||
| 'dirs': [], | ||
| } | ||
| sanity_check_commands = ['scorep-config --help'] | ||
|
|
||
| # Ensure that local metric documentation is found by CubeGUI | ||
| modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'} | ||
|
|
||
| moduleclass = 'perf' | ||
65 changes: 65 additions & 0 deletions
65
easybuild/easyconfigs/s/Score-P/Score-P-10.1-gompi-2026.1.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| # Copyright 2013-2024 Juelich Supercomputing Centre, Germany | ||
| # Copyright 2020-2024 TU Dresden, Germany | ||
| # Authors:: | ||
| # * Bernd Mohr <b.mohr@fz-juelich.de> | ||
| # * Markus Geimer <m.geimer@fz-juelich.de> | ||
| # * Alexander Grund <alexander.grund@tu-dresden.de> | ||
| # * Robert Mijakovic <robert.mijakovic@lxp.lu> | ||
| # * Jan André Reuter <j.reuter@fz-juelich.de> | ||
| # License:: 3-clause BSD | ||
|
|
||
| name = 'Score-P' | ||
| version = '10.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': '2026.1'} | ||
|
|
||
| source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s'] | ||
| sources = ['scorep-%(version)s.tar.gz'] | ||
| checksums = ['39edf6790c4af25679ab46e361091f177d40ad8f8cfff1b4bf81e775fc59f0c1'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.45'), | ||
| ('CubeLib', '4.9.1'), | ||
| ('CubeWriter', '4.9.1'), | ||
| ('OPARI2', '2.0.9'), | ||
| ('OTF2', '3.2'), | ||
| ('GOTCHA', '1.0.8'), | ||
| ('libunwind', '1.8.3'), | ||
| # Hardware counter support (optional): | ||
| ('PAPI', '7.2.0'), | ||
| # Python binding support | ||
| ('Python', '3.14.2'), | ||
| ] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_default_options = { | ||
| 'source_urls': [PYPI_SOURCE], | ||
| } | ||
| exts_list = [ | ||
| ('scorep', '4.5.1', { | ||
| 'checksums': ['d864168eefbe9d9c91ee416153e0f7f7f77764e2dca8e729f05e412ff8cc88f7'], | ||
| }), | ||
| ] | ||
|
|
||
| local_adapters = [ | ||
| 'compiler_event', 'compiler_mgmt', 'mpi_event', 'mpi_mgmt', 'opari2_user_mgmt', 'opari2_openmp_mgmt', | ||
| ] | ||
| sanity_check_paths = { | ||
| 'files': | ||
| ['bin/scorep', 'include/scorep/SCOREP_User.h'] + | ||
| ['lib/libscorep_adapter_%s.%s' % (a, SHLIB_EXT) for a in local_adapters], | ||
| 'dirs': [], | ||
| } | ||
| sanity_check_commands = ['scorep-config --help'] | ||
|
|
||
| # Ensure that local metric documentation is found by CubeGUI | ||
| modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'} | ||
|
|
||
| moduleclass = 'perf' |
66 changes: 66 additions & 0 deletions
66
easybuild/easyconfigs/s/Score-P/Score-P-10.1-iimpi-2026.1.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| # Copyright 2013-2024 Juelich Supercomputing Centre, Germany | ||
| # Copyright 2020-2024 TU Dresden, Germany | ||
| # Authors:: | ||
| # * Bernd Mohr <b.mohr@fz-juelich.de> | ||
| # * Markus Geimer <m.geimer@fz-juelich.de> | ||
| # * Alexander Grund <alexander.grund@tu-dresden.de> | ||
| # * Robert Mijakovic <robert.mijakovic@lxp.lu> | ||
| # * Jan André Reuter <j.reuter@fz-juelich.de> | ||
| # License:: 3-clause BSD | ||
|
|
||
| name = 'Score-P' | ||
| version = '10.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': '2026.1'} | ||
| toolchainopts = {'oneapi': True} | ||
|
|
||
| source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s'] | ||
| sources = ['scorep-%(version)s.tar.gz'] | ||
| checksums = ['39edf6790c4af25679ab46e361091f177d40ad8f8cfff1b4bf81e775fc59f0c1'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.45'), | ||
| ('CubeLib', '4.9.1'), | ||
| ('CubeWriter', '4.9.1'), | ||
| ('OPARI2', '2.0.9'), | ||
| ('OTF2', '3.2'), | ||
| ('GOTCHA', '1.0.8'), | ||
| ('libunwind', '1.8.3'), | ||
| # Hardware counter support (optional): | ||
| ('PAPI', '7.2.0'), | ||
| # Python binding support | ||
| ('Python', '3.14.2'), | ||
| ] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_default_options = { | ||
| 'source_urls': [PYPI_SOURCE], | ||
| } | ||
| exts_list = [ | ||
| ('scorep', '4.5.1', { | ||
| 'checksums': ['d864168eefbe9d9c91ee416153e0f7f7f77764e2dca8e729f05e412ff8cc88f7'], | ||
| }), | ||
| ] | ||
|
|
||
| local_adapters = [ | ||
| 'compiler_event', 'compiler_mgmt', 'mpi_event', 'mpi_mgmt', 'opari2_user_mgmt', 'opari2_openmp_mgmt', | ||
| ] | ||
| sanity_check_paths = { | ||
| 'files': | ||
| ['bin/scorep', 'include/scorep/SCOREP_User.h'] + | ||
| ['lib/libscorep_adapter_%s.%s' % (a, SHLIB_EXT) for a in local_adapters], | ||
| 'dirs': [], | ||
| } | ||
| sanity_check_commands = ['scorep-config --help'] | ||
|
|
||
| # Ensure that local metric documentation is found by CubeGUI | ||
| modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'} | ||
|
|
||
| moduleclass = 'perf' |
65 changes: 65 additions & 0 deletions
65
easybuild/easyconfigs/s/Score-P/Score-P-10.1-lmpich-2026.1.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| # Copyright 2013-2024 Juelich Supercomputing Centre, Germany | ||
| # Copyright 2020-2024 TU Dresden, Germany | ||
| # Authors:: | ||
| # * Bernd Mohr <b.mohr@fz-juelich.de> | ||
| # * Markus Geimer <m.geimer@fz-juelich.de> | ||
| # * Alexander Grund <alexander.grund@tu-dresden.de> | ||
| # * Robert Mijakovic <robert.mijakovic@lxp.lu> | ||
| # * Jan André Reuter <j.reuter@fz-juelich.de> | ||
| # License:: 3-clause BSD | ||
|
|
||
| name = 'Score-P' | ||
| version = '10.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': 'lmpich', 'version': '2026.1'} | ||
|
|
||
| source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s'] | ||
| sources = ['scorep-%(version)s.tar.gz'] | ||
| checksums = ['39edf6790c4af25679ab46e361091f177d40ad8f8cfff1b4bf81e775fc59f0c1'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.45'), | ||
| ('CubeLib', '4.9.1'), | ||
| ('CubeWriter', '4.9.1'), | ||
| ('OPARI2', '2.0.9'), | ||
| ('OTF2', '3.2'), | ||
| ('GOTCHA', '1.0.8'), | ||
| ('libunwind', '1.8.3'), | ||
| # Hardware counter support (optional): | ||
| ('PAPI', '7.2.0'), | ||
| # Python binding support | ||
| ('Python', '3.14.2'), | ||
| ] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_default_options = { | ||
| 'source_urls': [PYPI_SOURCE], | ||
| } | ||
| exts_list = [ | ||
| ('scorep', '4.5.1', { | ||
| 'checksums': ['d864168eefbe9d9c91ee416153e0f7f7f77764e2dca8e729f05e412ff8cc88f7'], | ||
| }), | ||
| ] | ||
|
|
||
| local_adapters = [ | ||
| 'compiler_event', 'compiler_mgmt', 'mpi_event', 'mpi_mgmt', 'opari2_user_mgmt', 'opari2_openmp_mgmt', | ||
| ] | ||
| sanity_check_paths = { | ||
| 'files': | ||
| ['bin/scorep', 'include/scorep/SCOREP_User.h'] + | ||
| ['lib/libscorep_adapter_%s.%s' % (a, SHLIB_EXT) for a in local_adapters], | ||
| 'dirs': [], | ||
| } | ||
| sanity_check_commands = ['scorep-config --help'] | ||
|
|
||
| # Ensure that local metric documentation is found by CubeGUI | ||
| modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'} | ||
|
|
||
| moduleclass = 'perf' |
65 changes: 65 additions & 0 deletions
65
easybuild/easyconfigs/s/Score-P/Score-P-10.1-lompi-2026.1.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| # Copyright 2013-2024 Juelich Supercomputing Centre, Germany | ||
| # Copyright 2020-2024 TU Dresden, Germany | ||
| # Authors:: | ||
| # * Bernd Mohr <b.mohr@fz-juelich.de> | ||
| # * Markus Geimer <m.geimer@fz-juelich.de> | ||
| # * Alexander Grund <alexander.grund@tu-dresden.de> | ||
| # * Robert Mijakovic <robert.mijakovic@lxp.lu> | ||
| # * Jan André Reuter <j.reuter@fz-juelich.de> | ||
| # License:: 3-clause BSD | ||
|
|
||
| name = 'Score-P' | ||
| version = '10.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': 'lompi', 'version': '2026.1'} | ||
|
|
||
| source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-%(version)s'] | ||
| sources = ['scorep-%(version)s.tar.gz'] | ||
| checksums = ['39edf6790c4af25679ab46e361091f177d40ad8f8cfff1b4bf81e775fc59f0c1'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.45'), | ||
| ('CubeLib', '4.9.1'), | ||
| ('CubeWriter', '4.9.1'), | ||
| ('OPARI2', '2.0.9'), | ||
| ('OTF2', '3.2'), | ||
| ('GOTCHA', '1.0.8'), | ||
| ('libunwind', '1.8.3'), | ||
| # Hardware counter support (optional): | ||
| ('PAPI', '7.2.0'), | ||
| # Python binding support | ||
| ('Python', '3.14.2'), | ||
| ] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_default_options = { | ||
| 'source_urls': [PYPI_SOURCE], | ||
| } | ||
| exts_list = [ | ||
| ('scorep', '4.5.1', { | ||
| 'checksums': ['d864168eefbe9d9c91ee416153e0f7f7f77764e2dca8e729f05e412ff8cc88f7'], | ||
| }), | ||
| ] | ||
|
|
||
| local_adapters = [ | ||
| 'compiler_event', 'compiler_mgmt', 'mpi_event', 'mpi_mgmt', 'opari2_user_mgmt', 'opari2_openmp_mgmt', | ||
| ] | ||
| sanity_check_paths = { | ||
| 'files': | ||
| ['bin/scorep', 'include/scorep/SCOREP_User.h'] + | ||
| ['lib/libscorep_adapter_%s.%s' % (a, SHLIB_EXT) for a in local_adapters], | ||
| 'dirs': [], | ||
| } | ||
| sanity_check_commands = ['scorep-config --help'] | ||
|
|
||
| # Ensure that local metric documentation is found by CubeGUI | ||
| modextrapaths = {'CUBE_DOCPATH': 'share/doc/scorep/profile'} | ||
|
|
||
| moduleclass = 'perf' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.