mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GDRCopy/GDRCopy-2.1-GCCcore-10.2.0-CUDA-11.6.0.eb new file: h/hwloc/hwloc-1.11.6-GCCcore-12.2.0.eb new file: m/MVAPICH2/MVAPICH2-2.2-GCC-9.3.0.eb new file: o/OpenMPI/OpenMPI-2.1.0-GCC-12.2.0.eb modified: o/OpenMX/OpenMX-3.9-foss-2022b.eb modified: u/UCX/UCX-1.12.0-GCC-10.2.0-CUDA-11.6.0.eb
18 lines
769 B
Plaintext
18 lines
769 B
Plaintext
name = 'CUDA'
|
|
version = '12.6.0'
|
|
local_nv_version = '560.28.03'
|
|
|
|
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]
|
|
checksums = ['9223c4af3aebe4a7bbed9abd9b163b03a1b34b855fbc2b4a0d1b706ac09a5a16']
|
|
|
|
moduleclass = 'system'
|