easyconfigs-it4i/h/HyperQueue/HyperQueue-0.12.0.eb
Jakub Kropacek ea0840ea06 new file: g/gpu_burn/gpu_burn-1.1-NVHPC-22.2-CUDA-11.6.0.eb
new file:   h/HyperQueue/HyperQueue-0.12.0.eb
	new file:   n/nano/nano-6.4-GCCcore-11.3.0.eb
	deleted:    n/nano/nano-6.4.eb
2022-09-07 16:48:10 +02:00

28 lines
832 B
Plaintext

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