Merge branch 'it4i-barbora'

This commit is contained in:
Lukas Krupcik 2021-08-09 08:57:18 +02:00
commit 921ec4a133

View File

@ -0,0 +1,24 @@
# IT4Innovations
# LK 2021
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.4.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 = ['fe2d0c8a48ea264ff434b2031ee6246e']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
moduleclass = 'devel'