Skip to content

Commit e3ae9af

Browse files
authored
Merge pull request #12161 from boegel/20210215133010_new_pr_CUDAcore1121
{system}[system/system] CUDAcore v11.2.1
2 parents da820a1 + 5a7285e commit e3ae9af

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
easyblock = 'EB_CUDA'
2+
3+
name = 'CUDAcore'
4+
version = '11.2.1'
5+
local_nv_version = '460.32.03'
6+
7+
homepage = 'https://developer.nvidia.com/cuda-toolkit'
8+
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
9+
computing platform and programming model created by NVIDIA and implemented by the
10+
graphics processing units (GPUs) that they produce. CUDA gives developers access
11+
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""
12+
13+
toolchain = SYSTEM
14+
15+
source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version)s/local_installers/']
16+
sources = ['cuda_%%(version)s_%s_linux%%(cudaarch)s.run' % local_nv_version]
17+
checksums = [
18+
{
19+
'cuda_%%(version)s_%s_linux.run' % local_nv_version:
20+
'1da98cb897cc5f58a7445a4a66ca4f6926867706cb3af58a669cdcd8dc3d17c8',
21+
'cuda_%%(version)s_%s_linux_ppc64le.run' % local_nv_version:
22+
'b3e8b6cd76872deb3acd050d32e197bc1c655e142b169070f0f9753680461a3f',
23+
}
24+
]
25+
26+
moduleclass = 'system'

0 commit comments

Comments
 (0)