easyconfigs-it4i/h/HyperQueue/HyperQueue-0.19.0.eb
Lukas Krupcik e3350cbdb9 new file: h/HDF5/HDF5-1.14.4-GCC-11.3.0-serial.eb
new file:   h/HyperQueue/HyperQueue-0.19.0.eb
	new file:   o/Octopus/Octopus-2aada6cb0732113638b17ddf6f7f0be0-intel-2020b-mpi-parallel-restart.eb
	new file:   p/Python/Python-3.11.5-GCCcore-13.2.0-sqsgenerator.eb
	modified:   p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb
	new file:   s/sqsgenerator/sqsgenerator-0.3-foss-2023b-Python-3.11.5.eb
2024-06-03 07:05:11 +02:00

29 lines
873 B
Plaintext

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