Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easyconfigs-it4i
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
Container Registry
Model registry
Operate
Environments
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
SCS
easyconfigs-it4i
Commits
45a4f329
Commit
45a4f329
authored
2 months ago
by
Pavel Holba
Browse files
Options
Downloads
Plain Diff
Merge branch 'it4i-karolina'
parents
ebb40907
0284a149
No related branches found
No related tags found
No related merge requests found
Pipeline
#41346
passed
2 months ago
Stage: test
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
h/HyperQueue/HyperQueue-0.21.0.eb
+28
-0
28 additions, 0 deletions
h/HyperQueue/HyperQueue-0.21.0.eb
with
28 additions
and
0 deletions
h/HyperQueue/HyperQueue-0.21.0.eb
0 → 100644
+
28
−
0
View file @
45a4f329
# IT4Innovations
# PH 2025
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.21.0'
homepage = 'https://it4innovations.github.io/hyperqueue/'
description = """HyperQueue lets you build a computation plan consisting of a large amount of tasks
and then execute it transparently over a system like SLURM/PBS. It dynamically groups jobs into SLURM/PBS jobs
and distributes them to fully utilize allocated notes.
You thus do not have to manually aggregate your tasks into SLURM/PBS jobs."""
toolchain = SYSTEM
source_urls = ['https://github.com/It4innovations/hyperqueue/releases/download/v%(version)s/']
sources = ['hq-v%(version)s-linux-x64.tar.gz']
checksums = ['c468a576100b22b700dc2e772953087cf93797655b57ecb0a1e36aea33006897']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
sanity_check_commands = ['hq --version']
moduleclass = 'devel'
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