Skip to content

Commit

Permalink
adding easyconfigs: TotalView-2023.4.16_linux_x86-64.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Dec 20, 2023
1 parent e352778 commit fc9260c
Showing 1 changed file with 35 additions and 0 deletions.
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'

0 comments on commit fc9260c

Please sign in to comment.