mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
new file: h/HyperQueue/HyperQueue-0.21.0.eb
This commit is contained in:
parent
ebb409079b
commit
0284a149cc
28
h/HyperQueue/HyperQueue-0.21.0.eb
Normal file
28
h/HyperQueue/HyperQueue-0.21.0.eb
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# 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'
|
Loading…
x
Reference in New Issue
Block a user