mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
22 lines
743 B
Plaintext
22 lines
743 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'EB_CUDA'
|
|
|
|
name = 'CUDAcore'
|
|
version = '11.4.1'
|
|
local_nv_version = '470.57.02'
|
|
|
|
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 = SYSTEM
|
|
|
|
source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version)s/local_installers/']
|
|
sources = ['cuda_%%(version)s_%s_linux%%(cudaarch)s.run' % local_nv_version]
|
|
|
|
moduleclass = 'system'
|