diff --git a/Golden_Repo/s/Score-P/Score-P-7.1-npsmpic-2021b.eb b/Golden_Repo/s/Score-P/Score-P-7.1-npsmpic-2021b.eb new file mode 100644 index 0000000000000000000000000000000000000000..238001e7d55a6525dbd0151a2c449c70129dc300 --- /dev/null +++ b/Golden_Repo/s/Score-P/Score-P-7.1-npsmpic-2021b.eb @@ -0,0 +1,65 @@ +## +# 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': 'npsmpic', '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' diff --git a/Golden_Repo/s/Score-P/Score-P-7.1-nvompic-2021b.eb b/Golden_Repo/s/Score-P/Score-P-7.1-nvompic-2021b.eb new file mode 100644 index 0000000000000000000000000000000000000000..124c663f1945861525862815f2338f091bdc4cff --- /dev/null +++ b/Golden_Repo/s/Score-P/Score-P-7.1-nvompic-2021b.eb @@ -0,0 +1,65 @@ +## +# 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': 'nvompic', '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'