mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 14:21:33 +01:00

new file: h/HDF5/HDF5-1.14.5-gompi-2024a.eb new file: h/HyperQueue/HyperQueue-0.21.1.eb new file: j/JasPer/JasPer-4.2.4-GCCcore-13.3.0.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024a.eb new file: n/netCDF/netCDF-4.9.2-gompi-2024a.eb
29 lines
873 B
Plaintext
29 lines
873 B
Plaintext
# IT4Innovations
|
|
# PH 2025
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'HyperQueue'
|
|
version = '0.21.1'
|
|
|
|
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 = ['79ee3b84914eff338f43ccb32fffad05b041cc2f2237da3588e448a26bc88684']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['hq'],
|
|
'dirs': [],
|
|
}
|
|
|
|
sanity_check_commands = ['hq --version']
|
|
|
|
moduleclass = 'devel'
|