easyconfigs-it4i/h/HyperQueue/HyperQueue-0.22.0.eb
Lukas Krupcik 995e39ffad new file: h/HyperQueue/HyperQueue-0.22.0.eb
modified:   v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb
	modified:   v/VASP/VASP-6.4.2-intel-2022b-libxc-6.1.0.eb
	modified:   v/VASP/VASP-6.4.2-intel-2022b-libxc-7.0.0.eb
	new file:   v/VASP/VASP-6.4.2-intel-hdf5.patch
	modified:   v/VASP/VASP-6.4.3-intel-2022b-libxc-6.1.0.eb
	new file:   v/VASP/VASP-6.4.3-intel-2022b-libxc-7.0.0-test.eb
	modified:   v/VASP/VASP-6.4.3-intel-2022b-libxc-7.0.0.eb
	modified:   v/VASP/VASP-6.4.3-intel-2022b.eb
	modified:   v/VASP/VASP-6.4.3-intel-2023b.eb
	new file:   v/VASP/VASP-6.4.3-intel-hdf5.patch
	deleted:    z/zlib/zlib-1.2.12.eb
2025-03-28 09:23:01 +01:00

29 lines
873 B
Plaintext

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