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
40ee12fb
Commit
40ee12fb
authored
1 year ago
by
Michael Knobloch
Browse files
Options
Downloads
Patches
Plain Diff
Added TotalView 2023.2.15 to GCCcore
parent
b14fd74d
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/t/TotalView/TotalView-2023.2.15-GCCcore-11.3.0.eb
+64
-0
64 additions, 0 deletions
...en_Repo/t/TotalView/TotalView-2023.2.15-GCCcore-11.3.0.eb
with
64 additions
and
0 deletions
Golden_Repo/t/TotalView/TotalView-2023.2.15-GCCcore-11.3.0.eb
0 → 100644
+
64
−
0
View file @
40ee12fb
# This is an easyconfig file for EasyBuild, see
# https://github.com/hpcugent/easybuild
# Copyright:: Copyright 2014 Juelich Supercomputing Centre, Germany
# Authors:: Alexandre Strube <surak@surak.eti.br>
# License:: New BSD
#
# This work is based from experiences from the UNITE project
# http://apps.fz-juelich.de/unite/
##
name = "TotalView"
version = "2023.2.15"
homepage = 'http://www.roguewave.com/products-services/totalview'
description = """TotalView breaks down barriers to understanding what's going
on with your high-performance computing (HPC) and supercomputing applications.
Purpose-built for multicore and parallel computing, TotalView provides a set
of tools providing unprecedented control over processes and thread execution,
along with deep visibility into program states and data.
By allowing the simultaneous debugging of many processes and threads in a
single window, you get complete control over program execution: running,
stepping, and halting line-by-line through code within a single thread or
within arbitrary groups of processes or threads. You can also work backwards
from failure through reverse debugging, isolating the root cause faster by
eliminating the need to repeatedly restart the application, reproduce and
troubleshoot difficult problems that can occur in concurrent programs that
take advantage of threads, OpenMP, MPI, GPUs, or coprocessors.
With customizable displays of the state of your running program, memory leaks,
deadlocks, and race conditions are things of the past. Whether you're a
scientific and technical computing veteran, or new to the development
challenges of multicore or parallel applications, TotalView gives you the
insight to find and correct errors quickly, validate prototypes early, verify
calculations accurately, and above all, certify code correctly.
TotalView works with C, C++, and Fortran applications written for Linux
(including the Cray and Blue Gene platforms), UNIX, Mac OS X, and Xeon Phi
coprocessor, and supports OpenMP, MPI, and OpenACC / CUDA.
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
dependencies = [
('X11', '20220504'),
]
sources = [
'%(namelower)s_%(version)s_linux_x86-64.tar',
'%(namelower)s.%(version)s-doc.tar',
]
checksums = [
{'totalview_2023.2.15_linux_x86-64.tar': 'd5e19045b09015be48b5723bce3c16fd22751d54e72205c4d64bb8395c2242d4'},
{'totalview.2023.2.15-doc.tar': '06b4e46c4f0e4dfa77d6296a4a2697b92c8f5e9eb89c9e61718d966c3ac41dbd'},
]
sanity_check_paths = {
'files': ["toolworks/%(namelower)s.%(version)s/bin/totalview"],
'dirs': []
}
moduleclass = 'debugger'
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