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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
507c1fca
Commit
507c1fca
authored
2 years ago
by
Ilya Zhukov
Browse files
Options
Downloads
Patches
Plain Diff
Update AMD-uProf for 2023
parent
731ec008
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/a/AMD-uProf/AMD-uProf-4.0.341-GCCcore-11.3.0.eb
+53
-0
53 additions, 0 deletions
Golden_Repo/a/AMD-uProf/AMD-uProf-4.0.341-GCCcore-11.3.0.eb
with
53 additions
and
0 deletions
Golden_Repo/a/AMD-uProf/AMD-uProf-4.0.341-GCCcore-11.3.0.eb
0 → 100644
+
53
−
0
View file @
507c1fca
##
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
# Ilya Zhukov <i.zhukov@fz-juelich.de>
##
easyblock = 'Binary'
name = 'AMD-uProf'
version = '4.0.341'
homepage = 'https://developer.amd.com/amd-uprof/'
description = """AMD uProf is a performance analysis tool for applications running on Windows, Linux & FreeBSD
operating systems. It allows developers to better understand the runtime performance of their application and
to identify ways to improve its performance."""
usage = """
Provide "--disable-perfparanoid" option to your sbatch command to enable collection of required perf events.
Typical workflow consists of three phases:
Provide "--disable-perfparanoid" option to your sbatch command to enable to collect all required perf events.
1. Collect phase - run the application program and collect the profile data, e.g.
$ srun <srun_options> AMDuProfCLI collect <additional_collect_options> <program> [<args>]
2. Translate phase - process the profile data to aggregate, correlate, and organize into database
$ AMDuProfCLI report -i <report_directory>
3. Analyze phase - view and analyze the performance data to identify the bottlenecks
$ AMDuProf <report_directory>
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://developer.amd.com/wordpress/media/files/']
sources = ['AMDuProf_Linux_x64_%(version)s.tar.bz2']
checksums = ['7072b2b4a00a215abcd3a782600930d799e0c5335c2fd9b12283627a73a1fa68']
extract_sources = True
sanity_check_paths = {
'files': ['include/AMDTPowerProfileApi.h', 'lib/x64/libAMDProfileController.a',
'bin/libAMDThreadProfileAPI.%s' % SHLIB_EXT, 'bin/AMDuProf'],
'dirs': ['Examples']
}
sanity_check_commands = ['AMDuProfCLI info --system']
modextrapaths = {
'LD_LIBRARY_PATH': 'bin'
}
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