mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb modified: u/UCC-CUDA/UCC-CUDA-1.1.0-GCCcore-12.2.0-CUDA-12.2.0.eb new file: u/UCC/UCC-1.1.0-GCCcore-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.13.1-GCCcore-12.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.14.1-GCCcore-12.2.0-CUDA-12.2.0.eb new file: u/UCX/UCX-1.14.1-GCCcore-12.2.0.eb deleted: u/UCX-CUDA/UCX-CUDA-1.14.0-GCCcore-12.2.0-CUDA-12.2.0.eb
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'UCC'
|
|
version = '1.1.0'
|
|
|
|
homepage = 'https://www.openucx.org/'
|
|
description = """UCC (Unified Collective Communication) is a collective
|
|
communication operations API and library that is flexible, complete, and
|
|
feature-rich for current and emerging programming models and runtimes.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/openucx/ucc/archive/refs/tags']
|
|
sources = ['v%(version)s.tar.gz']
|
|
patches = ['UCC-%(version)s-multiple_component_paths.patch']
|
|
checksums = [
|
|
{'v1.1.0.tar.gz': '74c8ba75037b5bd88cb703e8c8ae55639af3fecfd4428912a433c010c97b4df7'},
|
|
{'UCC-1.1.0-multiple_component_paths.patch': '3081d0f694331daa4a88a0fa3fb54b9a918015248ae5eb7b3157b924abd31bee'},
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.39'),
|
|
('Autotools', '20220317'),
|
|
]
|
|
|
|
dependencies = [
|
|
('UCX', '1.14.1'),
|
|
]
|
|
|
|
preconfigopts = "./autogen.sh && "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ucc_info'],
|
|
'dirs': ['include', 'lib']
|
|
}
|
|
|
|
sanity_check_commands = ["ucc_info -c"]
|
|
|
|
moduleclass = 'lib'
|