mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
21 lines
627 B
Plaintext
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'
|