mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 12:10:50 +01:00

new file: p/PyTorch/PyTorch-1.11.0-foss-2021a-CUDA-11.3.1.eb modified: p/PyTorch/PyTorch-1.11.0-fosscuda-2020b.eb new file: p/PyTorch/PyTorch-1.11.0_disable_failing_jit_cuda_fuser_tests.patch new file: p/PyTorch/PyTorch-1.11.0_fix_sharded_imports.patch new file: p/PyTorch/PyTorch-1.11.0_fix_skip_jit_cuda_fuser.patch new file: p/PyTorch/PyTorch-1.11.0_increase-distributed-test-timeout.patch new file: p/PyTorch/PyTorch-1.11.0_increase_c10d_gloo_timeout.patch new file: p/PyTorch/PyTorch-1.11.0_increase_test_tolerances_TF32.patch new file: p/PyTorch/PyTorch-1.11.0_skip_failing_ops_tests.patch
25 lines
829 B
Plaintext
25 lines
829 B
Plaintext
# IT4Innovations
|
|
# JK 2022
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'HyperQueue'
|
|
version = '0.10.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 = ['2513d5ce7e8b31ace17f5054058c3fed7900ef61e3aa0f27d66f794533cd152c']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['hq'],
|
|
'dirs': [],
|
|
}
|
|
|
|
|
|
moduleclass = 'devel'
|