easyconfigs-it4i/h/HyperQueue/HyperQueue-0.9.0.eb
Lukas Krupcik edfe945b36 new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb
new file:   h/HDF5/HDF5-1.12.1-gompi-2021b.eb
	new file:   h/HyperQueue/HyperQueue-0.9.0.eb
	new file:   h/hipSYCL/hipSYCL-0.9.2-filter-cuda-stubs-rpath.patch
	new file:   h/hipSYCL/hipSYCL-0.9.2-gcccuda-2020b.eb
	new file:   t/TB2J/TB2J-7.1.1-Python-3.8.6-GCCcore-10.2.0.eb
	new file:   v/VASP/VASP-6.3.0-intel-2020b-mkl=sequential-march=znver3-karolina.eb
	new file:   v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch
	new file:   v/vaspkit/vaspkit-1.3.3.eb
2022-03-30 11:27:18 +02:00

25 lines
796 B
Plaintext

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