easyconfigs-it4i/c/CUDA/CUDA-11.0.2-GCC-9.3.0.eb
Lukáš Krupčík 93934e68ca new file: c/CUDA/CUDA-11.0.2-GCC-9.3.0.eb
new file:   n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-3.1.5.eb
	new file:   n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5.eb
	deleted:    c/CP2K/CP2K-7.1-intel-2020a.eb
2021-01-05 12:24:04 +01:00

21 lines
627 B
Plaintext

easyblock = 'Bundle'
name = 'CUDA'
version = '11.0.2'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
computing platform and programming model created by NVIDIA and implemented by the
graphics processing units (GPUs) that they produce. CUDA gives developers access
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""
toolchain = {'name': 'GCC', 'version': '9.3.0'}
dependencies = [
('CUDAcore', '11.0.2', '', True),
('Qt5', '5.14.1'),
]
altroot = 'CUDAcore'
moduleclass = 'system'