easyconfigs-it4i/archive/p/Paraver/Paraver-4.5.6-foss-2015a.eb
2019-11-06 13:27:39 +01:00

33 lines
1.2 KiB
Plaintext

# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
# Copyright:: Copyright 2013 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <b.mohr@fz-juelich.de>
# License:: New BSD
#
# This work is based from experiences from the UNITE project
# http://apps.fz-juelich.de/unite/
##
name = "Paraver"
version = "4.5.6"
homepage = 'http://www.bsc.es/computer-sciences/performance-tools/paraver'
description = """A very powerful performance visualization and analysis tool based on
traces that can be used to analyse any information that is expressed on its input trace format.
Traces for parallel MPI, OpenMP and other programs can be genereated with Extrae."""
toolchain = {'name': 'foss', 'version': '2015a'}
compname = 'GCC'
local_compver = '4.9.2'
dependencies = [
('zlib', '1.2.8', '', (compname, local_compver)),
('wxPropertyGrid', '1.4.15', "", (compname, local_compver)),
('Boost', '1.58.0', '-serial', (compname, local_compver)),
]
# http://www.bsc.es/computer-sciences/performance-tools/downloads
# Requires input of email address for download
sources = ['%(namelower)s-' + "sources" + '-%(version)s.tar.gz']
moduleclass = 'perf'