mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: f/FFTW/FFTW-3.3.10-NVHPC-23.5-CUDA-12.2.0.eb new file: n/NCCL/NCCL-2.16.2-GCCcore-12.2.0-CUDA-12.2.0.eb modified: n/NVHPC/NVHPC-22.2.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb new file: p/Perl/Perl-5.34.1-GCCcore-11.3.0.eb modified: p/pkg-config/pkg-config-0.29.2.eb new file: p/pkgconf/pkgconf-1.8.0-GCCcore-12.2.0.eb new file: u/UCC-CUDA/UCC-CUDA-1.1.0-GCCcore-12.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.14.0-GCCcore-12.2.0-CUDA-12.2.0.eb
30 lines
894 B
Plaintext
30 lines
894 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
name = 'NCCL'
|
|
version = '2.16.2'
|
|
versionsuffix = '-CUDA-%(cudaver)s'
|
|
|
|
homepage = 'https://developer.nvidia.com/nccl'
|
|
description = """The NVIDIA Collective Communications Library (NCCL) implements multi-GPU and multi-node collective
|
|
communication primitives that are performance optimized for NVIDIA GPUs."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
|
|
|
|
github_account = 'NVIDIA'
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['v%(version)s-1.tar.gz']
|
|
checksums = ['7f7c738511a8876403fc574d13d48e7c250d934d755598d82e14bab12236fc64']
|
|
|
|
builddependencies = [('binutils', '2.39')]
|
|
|
|
dependencies = [
|
|
('CUDA', '12.2.0', '', SYSTEM),
|
|
('UCX-CUDA', '1.13.1', versionsuffix),
|
|
]
|
|
|
|
# default CUDA compute capabilities to use (override via --cuda-compute-capabilities)
|
|
cuda_compute_capabilities = ['5.0', '6.0', '7.0', '7.5', '8.0', '8.6', '9.0']
|
|
|
|
moduleclass = 'lib'
|