# IT4Innovations # LK 2023 name = 'NCCL' version = '2.21.5' 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 = ['1923596984d85e310b5b6c52b2c72a1b93da57218f2bc5a5c7ac3d59297a3303'] builddependencies = [('binutils', '2.39')] dependencies = [ ('CUDA', '12.4.0', '', SYSTEM), ('UCX-CUDA', '1.16.0', versionsuffix), ] # default CUDA compute capabilities to use (override via --cuda-compute-capabilities) cuda_compute_capabilities = ['8.0'] moduleclass = 'lib'