mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'NVHPC'
|
|
version = '23.11'
|
|
|
|
homepage = 'https://developer.nvidia.com/hpc-sdk/'
|
|
description = """C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI)"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
# By downloading, you accept the HPC SDK Software License Agreement (https://docs.nvidia.com/hpc-sdk/eula/index.html)
|
|
accept_eula = True
|
|
source_urls = ['https://developer.download.nvidia.com/hpc-sdk/%(version)s/']
|
|
local_tarball_tmpl = 'nvhpc_2023_%%(version_major)s%%(version_minor)s_Linux_%s_cuda_multi.tar.gz'
|
|
sources = [local_tarball_tmpl % '%(arch)s']
|
|
checksums = [
|
|
# 'cf744498d1d74ba0af4294388706644ad3669eb0cacea3b69e23739afa2806a0',
|
|
'33483a069a911f9309cd53859ab90d2778fb176df906e9e8d2bd55f45eeec400'
|
|
]
|
|
|
|
local_gccver = '12.2.0'
|
|
dependencies = [
|
|
('GCCcore', local_gccver),
|
|
('binutils', '2.39', '', ('GCCcore', local_gccver)),
|
|
('numactl', '2.0.16', '', ('GCCcore', local_gccver))
|
|
]
|
|
|
|
default_cuda_version = '12.2'
|
|
cuda_compute_capabilities = "8.0"
|
|
|
|
moduleclass = 'compiler'
|