easyconfigs-it4i/n/NCCL/NCCL-2.1.4.eb
Lukáš Krupčík 9914beceed new file: h/horovod/horovod-0.11.3-Py-3.6.eb
new file:   n/NCCL/NCCL-2.1.4.eb
	new file:   p/protobuf-python/protobuf-python-3.4.0-Py-3.6.eb
	new file:   p/protobuf/protobuf-3.4.0-Py-3.6.eb
	new file:   t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Py-3.6.eb
2018-02-26 08:00:58 +01:00

28 lines
498 B
Plaintext

# IT4Innovations 2018
easyblock = 'Tarball'
name = 'NCCL'
version = '2.1.4'
homepage = 'https://developer.nvidia.com/nccl'
description = 'NVIDIA Collective Communications Library'
toolchain = {'name': 'dummy', 'version': ''}
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'