easyconfigs-it4i/h/HyperQueue/HyperQueue-0.14.0.eb
Jakub Kropacek 65da49443d new file: b/Boost/Boost-1.68.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2018.1-intel-2017c-double-PLUMED.eb
	new file:   g/GSL/GSL-2.5-intel-2017c.eb
	new file:   h/HyperQueue/HyperQueue-0.14.0.eb
	new file:   i/intel/intel-2017c.eb
	new file:   n/NECI/NECI-20220711-foss-2022a.eb
	modified:   o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0.eb
	new file:   p/PLUMED/PLUMED-2.4.2-intel-2017c.eb
	new file:   q/QMCPACK/QMCPACK-3.16.0-foss-2022a-Python-3.10.4.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-forQMCPACK.eb
2023-02-07 13:40:28 +01:00

29 lines
873 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'PackedBinary'
name = 'HyperQueue'
version = '0.14.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 = ['ae387ffa4251f42809781455dbacf524c48e23548be5d611a275cc01d060ba76']
sanity_check_paths = {
'files': ['hq'],
'dirs': [],
}
sanity_check_commands = ['hq --version']
moduleclass = 'devel'