mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
name = 'NCCL'
|
|
version = '2.11.4'
|
|
|
|
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': 'gcccuda', 'version': '2019b'}
|
|
|
|
github_account = 'NVIDIA'
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['v%(version)s-1.tar.gz']
|
|
checksums = ['db4e9a0277a64f9a31ea9b5eea22e63f10faaed36dded4587bbc8a0d8eceed10']
|
|
|
|
moduleclass = 'lib'
|