Skip to content
Snippets Groups Projects
Commit c5d65e8e authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

Merge branch 'dlb-2023' into '2023'

Add dlb 3.3.1 recipes

See merge request deep-sea/wp3/software/easybuild-repository-deep-sea!42
parents 852170fd 69922472
No related branches found
No related tags found
No related merge requests found
# vim: set syntax=python:
easyblock = 'ConfigureMake'
name = 'dlb'
version = '3.3.1'
description = """
DLB is a dynamic library designed to speed up HPC hybrid applications (i.e.,
two levels of parallelism) by improving the load balance of the outer level of
parallelism (e.g., MPI) by dynamically redistributing the computational
resources at the inner level of parallelism (e.g., OpenMP). at run time.
"""
homepage = 'https://pm.bsc.es/dlb/'
docurls = ['https://pm.bsc.es/ftp/dlb/doc/user-guide/']
toolchain = {'name': 'gompi', 'version': '2022a'}
builddependencies = [('Python', '3.10.4', '-bare')]
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://pm.bsc.es/ftp/dlb/releases']
checksums = ['1b245acad80b03eb83e815fd59dcfc598cfddd899de4504cf6a9572fe5359f40']
configopts = '--with-mpi'
sanity_check_paths = {
'files': [
'bin/dlb',
'lib/libdlb.a', 'lib/libdlb.%s' % SHLIB_EXT,
'lib64/libdlb.%s' % SHLIB_EXT
],
'dirs': ['include'],
}
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment