easyconfigs-it4i/h/HyperQueue/HyperQueue-0.18.0.eb
Lukas Krupcik dde97d4fde new file: g/GROMACS/GROMACS-2023.4-foss-2022a-CUDA-12.0.0-v2.eb
new file:   g/GROMACS/GROMACS-2024-foss-2022a-CUDA-12.0.0-v2.eb
	new file:   h/HyperQueue/HyperQueue-0.18.0.eb
	new file:   s/stda/stda-1.6.3.eb
	new file:   x/xtb4stda/xtb4stda-1.0.eb
2024-02-14 12:24:49 +01:00

29 lines
873 B
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.18.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 = ['4aea552dfa7cdccb8e7a1f86493b3098e4c100d4a2fbe694aea20ffaf50ad80a']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
sanity_check_commands = ['hq --version']
moduleclass = 'devel'