File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
easybuild/easyconfigs/c/CUDAcore Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments