Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{system}[system/system] CUDA v11.4.2 #14141

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/c/CUDA/CUDA-11.4.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = 'CUDA'
version = '11.4.2'
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]
checksums = [
{
'cuda_%%(version)s_%s_linux.run' % local_nv_version:
'bbd87ca0e913f837454a796367473513cddef555082e4d86ed9a38659cc81f0a',
'cuda_%%(version)s_%s_linux_ppc64le.run' % local_nv_version:
'a917c2e53dc13fdda7def71fd40920bf3809d5a2caa3e9acfe377fb9fb22f12d',
'cuda_%%(version)s_%s_linux_sbsa.run' % local_nv_version:
'f2c4a52e06329606c8dfb7c5ea3f4cb4c0b28f9d3fdffeeb734fcc98daf580d8',
}
]

moduleclass = 'system'