Skip to content
Snippets Groups Projects
Commit 4fda0403 authored by Víctor López Herrero's avatar Víctor López Herrero
Browse files

Add dlb 3.3.1 recipes

parent d50d8f5e
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'
# 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': 'iimpi', '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