mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
f239823059
19
c/CUDA/CUDA-10.1.105-GCC-8.2.0-2.31.1.eb
Normal file
19
c/CUDA/CUDA-10.1.105-GCC-8.2.0-2.31.1.eb
Normal file
@ -0,0 +1,19 @@
|
||||
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
||||
|
||||
name = 'CUDA'
|
||||
version = '10.1.105'
|
||||
nv_version = '418.39'
|
||||
|
||||
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': '8.2.0-2.31.1'}
|
||||
|
||||
source_urls = ['https://developer.nvidia.com/compute/%(namelower)s/%(version_major_minor)s/Prod/local_installers/']
|
||||
sources = ['%%(namelower)s_%%(version)s_%s_linux.run' % nv_version]
|
||||
checksums = ['33ac60685a3e29538db5094259ea85c15906cbd0f74368733f4111eab6187c8f']
|
||||
|
||||
moduleclass = 'system'
|
Loading…
x
Reference in New Issue
Block a user