-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add easyconfig Paraver-4.11.4-GCC-13.2.0.eb
- Loading branch information
1 parent
ac5b5b0
commit 9292217
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-GCC-13.2.0.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,21 @@ | ||
name = 'Paraver' | ||
version = '4.11.4' | ||
|
||
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': 'GCC', 'version': '13.2.0'} | ||
|
||
source_urls = ['https://ftp.tools.bsc.es/wxparaver/'] | ||
sources = ['wxparaver-%(version)s-src.tar.bz2'] | ||
checksums = ['8f65fbeacaef003b544ecc0244a4ed9a99e9521cdd027889106fbce0b052fd8d'] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.13'), | ||
('Boost', '1.82.0'), | ||
('wxWidgets', '3.2.2.1'), | ||
] | ||
|
||
moduleclass = 'perf' |