Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
69922472
Commit
69922472
authored
1 year ago
by
Víctor López Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Remove dlb recipe with iimpi toolchain
parent
4fda0403
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/d/dlb/dlb-3.3.1-iimpi-2022a.eb
+0
-35
0 additions, 35 deletions
Golden_Repo/d/dlb/dlb-3.3.1-iimpi-2022a.eb
with
0 additions
and
35 deletions
Golden_Repo/d/dlb/dlb-3.3.1-iimpi-2022a.eb
deleted
100644 → 0
+
0
−
35
View file @
4fda0403
# 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
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment