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

new file: c/CP2K/CP2K-2024.1-foss-2022a.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2022.07.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.03.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.05.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.11.eb new file: n/NCCL/NCCL-2.19.4-GCCcore-13.2.0-CUDA-12.2.0.eb new file: n/NVHPC/NVHPC-23.11.eb modified: n/NVHPC/NVHPC-23.7.eb new file: n/nvompi/nvompi-2023.03.eb new file: n/nvompi/nvompi-2023.05.eb new file: n/nvompi/nvompi-2023.11.eb modified: o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.3-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.5-CUDA-12.2.0.eb new file: p/pkgconf/pkgconf-2.0.3-NVHPC-23.11.eb new file: u/UCC-CUDA/UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb deleted: h/HDF5/HDF5-1.14.0-NVHPC-23.5.eb
30 lines
852 B
Plaintext
30 lines
852 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'NCCL'
|
|
version = '2.19.4'
|
|
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': '13.2.0'}
|
|
|
|
github_account = 'NVIDIA'
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['v%(version)s-1.tar.gz']
|
|
checksums = ['a3948ade5d83a036dde7ca6d0fee3a960a4de5c7915a9be903a28a747b5babc4']
|
|
|
|
builddependencies = [('binutils', '2.40')]
|
|
|
|
dependencies = [
|
|
('CUDA', '12.2.0', '', SYSTEM),
|
|
('UCX-CUDA', '1.15.0', versionsuffix),
|
|
]
|
|
|
|
# default CUDA compute capabilities to use (override via --cuda-compute-capabilities)
|
|
cuda_compute_capabilities = ['8.0']
|
|
|
|
moduleclass = 'lib'
|