forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: TotalView-2023.4.16_linux_x86-64.eb
- Loading branch information
1 parent
e352778
commit fc9260c
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
easybuild/easyconfigs/t/TotalView/TotalView-2023.4.16_linux_x86-64.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## | ||
# This file is an EasyBuild recipy as per https://github.com/easybuilders/easybuild | ||
# | ||
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA | ||
# Authors:: Fotis Georgatos <[email protected]> | ||
# License:: MIT/GPL | ||
# $Id$ | ||
# | ||
# This work implements a part of the HPCBIOS project and is a component of the policy: | ||
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_06-05.html | ||
## | ||
|
||
name = 'TotalView' | ||
version = '2023.4.16' | ||
versionsuffix = '_linux_x86-64' | ||
|
||
homepage = 'http://www.roguewave.com/products/totalview.aspx' | ||
description = """TotalView is a GUI-based source code defect analysis tool that gives you unprecedented | ||
control over processes and thread execution and visibility into program state and variables. It allows | ||
you to debug one or many processes and/or threads in a single window with complete control over program | ||
execution. This allows you to set breakpoints, stepping line by line through the code on a single thread, | ||
or with coordinated groups of processes or threads, and run or halt arbitrary sets of processes or threads. | ||
You can reproduce and troubleshoot difficult problems that can occur in concurrent programs that take | ||
advantage of threads, OpenMP, MPI, GPUs or coprocessors.""" | ||
|
||
toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
||
sources = [ | ||
'%(namelower)s_%(version)s%(versionsuffix)s.tar', | ||
'%(namelower)s.%(version)s-doc.tar', | ||
] | ||
|
||
license_file = HOME + '/licenses/roguewave/license.lic' | ||
|
||
moduleclass = 'debugger' |