easyconfigs-it4i/h/HyperQueue/HyperQueue-0.6.0.eb
Lukas Krupcik 9b8445d305 new file: a/ANSYS/ANSYS-21.2-intel-2020b-alamerini.eb
new file:   h/HyperQueue/HyperQueue-0.6.0.eb
	modified:   p/PSI4/PSI4-1.3.2-intel-2020a-Python-3.8.2-karolina.eb
2021-11-15 09:27:17 +01:00

25 lines
796 B
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.6.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-x86.tar.gz']
checksums = ['7a5050c8179d061fd98c9ac26a767222']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
moduleclass = 'devel'