Skip to content
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

{perf}[gompi/2024a] Scalasca v2.6.1 #21965

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

stefan-wolfsheimer
Copy link
Contributor

@stefan-wolfsheimer stefan-wolfsheimer commented Dec 3, 2024

(created using eb --new-pr)

Depends on

@github-actions github-actions bot added the update label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Updated software Scalasca-2.6.1-gompi-2024a.eb

Diff against Scalasca-2.6.1-gompi-2023b.eb

easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2023b.eb

diff --git a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2023b.eb b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
index cd07bfe7ad..f87a684e6e 100644
--- a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2023b.eb
+++ b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
@@ -1,10 +1,9 @@
 ##
 # This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
-# Copyright:: Copyright 2013-2024 Juelich Supercomputing Centre, Germany
+# Copyright:: Copyright 2013-2019 Juelich Supercomputing Centre, Germany
 # Authors::   Bernd Mohr <[email protected]>
 #             Markus Geimer <[email protected]>
 #             Robert Mijakovic <[email protected]>
-#             Jan Andre Reuter <[email protected]>
 # License::   3-clause BSD
 #
 # This work is based on experiences from the UNITE project
@@ -25,19 +24,11 @@ description = """
  in exploring their causes.
 """
 
-toolchain = {'name': 'gompi', 'version': '2023b'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 
 source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist']
 sources = [SOURCELOWER_TAR_GZ]
-patches = [
-    'Scalasca-2.6.1_nowarn_omp_pragmas.patch',
-]
-checksums = [
-    'a0dbc3de82a6c0fe598de9e340513cff2882c199410a632d3a7f073ba921c7e7',
-    # scalasca-2.6.1.tar.gz
-    '6f1df13cd8683e4867b8e4b321c5f89e94430d1281f29f8eb084762a050f9e90',
-    # Scalasca-2.6.1_nowarn_omp_pragmas.patch
-]
+checksums = ['a0dbc3de82a6c0fe598de9e340513cff2882c199410a632d3a7f073ba921c7e7']
 
 builddependencies = [
     ('CubeWriter', '4.8.2'),
Diff against Scalasca-2.6.1-gompi-2022a.eb

easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2022a.eb

diff --git a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2022a.eb b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
index 772ee3e531..f87a684e6e 100644
--- a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2022a.eb
+++ b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
@@ -1,10 +1,9 @@
 ##
 # This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
-# Copyright:: Copyright 2013-2024 Juelich Supercomputing Centre, Germany
+# Copyright:: Copyright 2013-2019 Juelich Supercomputing Centre, Germany
 # Authors::   Bernd Mohr <[email protected]>
 #             Markus Geimer <[email protected]>
 #             Robert Mijakovic <[email protected]>
-#             Jan Andre Reuter <[email protected]>
 # License::   3-clause BSD
 #
 # This work is based on experiences from the UNITE project
@@ -25,29 +24,21 @@ description = """
  in exploring their causes.
 """
 
-toolchain = {'name': 'gompi', 'version': '2022a'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 
 source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist']
 sources = [SOURCELOWER_TAR_GZ]
-patches = [
-    'Scalasca-2.6.1_nowarn_omp_pragmas.patch',
-]
-checksums = [
-    'a0dbc3de82a6c0fe598de9e340513cff2882c199410a632d3a7f073ba921c7e7',
-    # scalasca-2.6.1.tar.gz
-    '6f1df13cd8683e4867b8e4b321c5f89e94430d1281f29f8eb084762a050f9e90',
-    # Scalasca-2.6.1_nowarn_omp_pragmas.patch
-]
+checksums = ['a0dbc3de82a6c0fe598de9e340513cff2882c199410a632d3a7f073ba921c7e7']
 
 builddependencies = [
-    ('CubeWriter', '4.8'),
+    ('CubeWriter', '4.8.2'),
 ]
 
 dependencies = [
-    ('CubeGUI', '4.8'),
-    ('CubeLib', '4.8'),
-    ('OTF2', '3.0.2'),
-    ('Score-P', '8.0'),
+    ('CubeGUI', '4.8.2'),
+    ('CubeLib', '4.8.2'),
+    ('OTF2', '3.0.3'),
+    ('Score-P', '8.4'),
 ]
 
 sanity_check_paths = {
Diff against Scalasca-2.6-gompi-2021a.eb

easybuild/easyconfigs/s/Scalasca/Scalasca-2.6-gompi-2021a.eb

diff --git a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6-gompi-2021a.eb b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
index 9621861f23..f87a684e6e 100644
--- a/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6-gompi-2021a.eb
+++ b/easybuild/easyconfigs/s/Scalasca/Scalasca-2.6.1-gompi-2024a.eb
@@ -13,7 +13,7 @@
 easyblock = 'EB_Score_minus_P'
 
 name = 'Scalasca'
-version = '2.6'
+version = '2.6.1'
 
 homepage = 'https://www.scalasca.org/'
 description = """
@@ -24,21 +24,21 @@ description = """
  in exploring their causes.
 """
 
-toolchain = {'name': 'gompi', 'version': '2021a'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 
 source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist']
 sources = [SOURCELOWER_TAR_GZ]
-checksums = ['b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e']
+checksums = ['a0dbc3de82a6c0fe598de9e340513cff2882c199410a632d3a7f073ba921c7e7']
 
 builddependencies = [
-    ('CubeWriter', '4.6'),
+    ('CubeWriter', '4.8.2'),
 ]
 
 dependencies = [
-    ('CubeGUI', '4.6'),
-    ('CubeLib', '4.6'),
-    ('OTF2', '2.3'),
-    ('Score-P', '7.0'),
+    ('CubeGUI', '4.8.2'),
+    ('CubeLib', '4.8.2'),
+    ('OTF2', '3.0.3'),
+    ('Score-P', '8.4'),
 ]
 
 sanity_check_paths = {

@Thyre
Copy link
Contributor

Thyre commented Dec 6, 2024

We might want to port the patch from this PR, depending on what is merged first. It prevents possible unexpected failures of some tests because of a typo.

2c15712#diff-3b19cfebaff77a42e8d65e82bc853e93bd15952b1267836dbadb60996d0c174a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants