Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
a9f5dc37
Commit
a9f5dc37
authored
Dec 9, 2020
by
Christian Feld
Browse files
Options
Downloads
Patches
Plain Diff
Provide gompi Score-P
parent
5fc1bacb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/s/Score-P/Score-P-6.0-gompi-2020.eb
+67
-0
67 additions, 0 deletions
Golden_Repo/s/Score-P/Score-P-6.0-gompi-2020.eb
with
67 additions
and
0 deletions
Golden_Repo/s/Score-P/Score-P-6.0-gompi-2020.eb
0 → 100644
+
67
−
0
View file @
a9f5dc37
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# Copyright:: Copyright 2013-2018 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# Markus Geimer <m.geimer@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 = '6.0'
homepage = 'http://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 = 'sc@fz-juelich.de'
toolchain = {'name': 'gompi', 'version': '2020'}
source_urls = ['https://www.vi-hps.org/cms/upload/packages/scorep/']
sources = ['scorep-%(version)s.tar.gz']
patches = [
'Score-P-6.0_binutils_2.34_api_change.patch',
'Score-P-6.0_no_PDT_for_CUDA.patch'
]
builddependencies = [
('CUDA', '11.0', '', True),
('CubeLib', '4.5'),
('CubeWriter', '4.5'),
# Unwinding/sampling support (optional):
('libunwind', '1.4.0'),
]
dependencies = [
# binutils is implicitly available via GCC toolchain
('OPARI2', '2.0.5'),
('OTF2', '2.2'),
# Hardware counter support (optional):
('PAPI', '6.0.0'),
# PDT source-to-source instrumentation support (optional):
('PDT', '3.25'),
]
configopts = '--enable-shared '
# 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 diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment