easyconfigs-it4i/n/NCCL/NCCL-2.1.4.eb
2019-11-06 13:27:39 +01:00

28 lines
476 B
Plaintext

# IT4Innovations 2018
easyblock = 'Tarball'
name = 'NCCL'
version = '2.1.4'
homepage = 'https://developer.nvidia.com/nccl'
description = 'NVIDIA Collective Communications Library'
toolchain = SYSTEM
sources = ['%(namelower)s_%(version)s.txz']
dependencies = [
# ('glibc', '2.19'),
('CUDA', '9.0.176'),
]
sanity_check_paths = {
'files': ['lib/libnccl.so'],
'dirs': ['lib', 'include']
}
modextrapaths = {'PYTHONPATH': 'python'}
moduleclass = 'devel'