From bb329a0a6d6db7cea091fcc5b215f5c9ae133260 Mon Sep 17 00:00:00 2001 From: Christian Feld <c.feld@fz-juelich.de> Date: Wed, 14 Apr 2021 12:21:38 +0200 Subject: [PATCH] Provide Scalasca/2.6 --- .../s/Scalasca/Scalasca-2.6-gompi-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-iimpi-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-iompi-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-npsmpic-2020.eb | 55 +++++++++++++++++ .../s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb | 59 +++++++++++++++++++ .../s/Scalasca/Scalasca-2.6-iimpi-2020.eb | 59 +++++++++++++++++++ .../s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb | 59 +++++++++++++++++++ 9 files changed, 507 insertions(+) create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-gompi-2020.eb create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-iimpi-2020.eb create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-iompi-2020.eb create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb create mode 100644 Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2020.eb create mode 100644 Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb create mode 100644 Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-iimpi-2020.eb create mode 100644 Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-gompi-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-gompi-2020.eb new file mode 100644 index 000000000..1070167d1 --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-gompi-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'gompi', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb new file mode 100644 index 000000000..cb5f53f54 --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'gpsmpi', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-iimpi-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-iimpi-2020.eb new file mode 100644 index 000000000..e628e11ad --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-iimpi-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'iimpi', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-iompi-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-iompi-2020.eb new file mode 100644 index 000000000..f8bb13707 --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-iompi-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'iompi', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb new file mode 100644 index 000000000..13974fe40 --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'ipsmpi', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2020.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2020.eb new file mode 100644 index 000000000..9c6849357 --- /dev/null +++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2020.eb @@ -0,0 +1,55 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'npsmpic', 'version': '2020'} + +source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb new file mode 100644 index 000000000..93148d505 --- /dev/null +++ b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-gpsmpi-2020.eb @@ -0,0 +1,59 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'gpsmpi', 'version': '2020'} +# 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 = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-iimpi-2020.eb b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-iimpi-2020.eb new file mode 100644 index 000000000..90c9161c1 --- /dev/null +++ b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-iimpi-2020.eb @@ -0,0 +1,59 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'iimpi', 'version': '2020'} +# 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 = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' diff --git a/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb new file mode 100644 index 000000000..76e40a24c --- /dev/null +++ b/Overlays/jurecabooster_overlay/s/Scalasca/Scalasca-2.6-ipsmpi-2020.eb @@ -0,0 +1,59 @@ +## +# 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 = 'Scalasca' +version = '2.6' + +homepage = 'https://www.scalasca.org/' +description = """ +Scalasca is a software tool that supports the performance optimization of +parallel programs by measuring and analyzing their runtime behavior. The +analysis identifies potential performance bottlenecks -- in particular +those concerning communication and synchronization -- and offers guidance +in exploring their causes. +""" + +site_contacts = 'Software Analysis and Tools <swat@fz-juelich.de>' + +toolchain = {'name': 'ipsmpi', 'version': '2020'} +# 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 = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] +checksums = [ + 'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e', # scalasca-2.6.tar.gz +] +builddependencies = [ + ('CubeWriter', '4.6'), +] + +dependencies = [ + ('CubeGUI', '4.6'), + ('CubeLib', '4.6'), + ('OTF2', '2.3'), + ('Score-P', '7.0'), +] + +sanity_check_paths = { + 'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')], + 'dirs': [], +} + +# Ensure that local metric documentation is found by CubeGUI +modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'} + +moduleclass = 'perf' -- GitLab