easyconfigs-it4i/h/HyperQueue/HyperQueue-0.10.0.eb
Jakub Kropacek 1be5084bb8 modified: h/HyperQueue/HyperQueue-0.10.0.eb
new file:   v/vaspkit/vaspkit-1.3.3-foss-2020b-fix-install.patch
	new file:   v/vaspkit/vaspkit-1.3.3-foss-2020b.eb
	deleted:    v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch
	deleted:    v/vaspkit/vaspkit-1.3.3.eb
2022-05-23 12:28:59 +02:00

28 lines
832 B
Plaintext

# IT4Innovations
# JK 2022
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.10.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 = ['2513d5ce7e8b31ace17f5054058c3fed7900ef61e3aa0f27d66f794533cd152c']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
moduleclass = 'devel'