mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: "a/ANSYS/\\" new file: e/Extrae/Extrae-3.8.3-gompi-2021a.eb new file: l/libnsl/libnsl-1.3.0-GCCcore-10.2.0.eb new file: l/libtirpc/libtirpc-1.3.2-GCCcore-10.2.0.eb modified: p/Paraver/Paraver-4.10.0-foss-2021a.eb new file: s/SDE/SDE-9.0.0.eb new file: v/Vampir/Vampir-10.0.2.eb
22 lines
701 B
Plaintext
22 lines
701 B
Plaintext
name = 'Paraver'
|
|
version = '4.10.0'
|
|
|
|
homepage = 'https://tools.bsc.es/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': '2021a'}
|
|
|
|
source_urls = ['https://ftp.tools.bsc.es/wxparaver/']
|
|
sources = ['wxparaver-%(version)s-src.tar.bz2']
|
|
checksums = ['85a15502f24831178730533c587320a7452b877cd58e54e5c127fb6ba6ac8f77']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('Boost', '1.76.0'),
|
|
('wxWidgets', '3.1.5'),
|
|
]
|
|
|
|
moduleclass = 'perf'
|