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

modified: d/Dakota/Dakota-6.15.0-intel-2021b.eb new file: e/Extrae/Extrae-3.8.3-gompi-2021a.eb new file: f/FoX/FoX-4.1.2-intel-2020b.eb new file: g/GROMACS/GROMACS-2022-fosscuda-2020b.eb new file: h/HDF5/HDF5-1.10.7-gompi-2021a.eb new file: l/libxc/libxc-5.1.3-intel-2020b.eb new file: p/PLUMED/PLUMED-2.8.0-fosscuda-2020b.eb modified: p/Paraver/Paraver-4.10.0-foss-2021a.eb new file: q/QMCPACK/QMCPACK-3.14.0-foss-2021a-Python-3.9.5.eb new file: q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb new file: q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.0-intel-2020b-forQMCPACK.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.0-intel-2020b-test.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-intel-2020b-forQMCPACK-fix-UtilXlib-Makefile-tab.patch new file: s/SDE/SDE-9.0.0.eb
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
##
|
|
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
|
|
##
|
|
name = 'Extrae'
|
|
version = '3.8.3'
|
|
|
|
homepage = 'https://www.bsc.es/computer-sciences/performance-tools'
|
|
description = """Extrae is the core instrumentation package developed by
|
|
the Performance Tools group at BSC. Extrae is capable of instrumenting
|
|
applications based on MPI, OpenMP, pthreads, CUDA1, OpenCL1, and StarSs1
|
|
using different instrumentation approaches. The information gathered by
|
|
Extrae typically includes timestamped events of runtime calls,
|
|
performance counters and source code references. Besides, Extrae
|
|
provides its own API to allow the user to manually instrument his or her
|
|
application."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2021a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://ftp.tools.bsc.es/%(namelower)s']
|
|
sources = ['%(namelower)s-%(version)s-src.tar.bz2']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('Boost', '1.76.0'),
|
|
('libunwind', '1.4.0'),
|
|
('libxml2', '2.9.10'),
|
|
('libdwarf', '20210305'),
|
|
('PAPI', '6.0.0.1'),
|
|
]
|
|
|
|
moduleclass = 'perf'
|