mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 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.4.5"
|
|
|
|
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': 'GCC', 'version': '4.7.3'}
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.8'),
|
|
('wxPropertyGrid', '1.4.15'),
|
|
('Boost', '1.53.0', '-serial'),
|
|
]
|
|
|
|
# http://www.bsc.es/computer-sciences/performance-tools/downloads
|
|
# Requires input of email address for download
|
|
sources = ['%(namelower)s-' + "sources" + '-%(version)s.tar.bz2']
|
|
|
|
moduleclass = 'perf'
|