modified: n/NVHPC/NVHPC-23.3.eb

This commit is contained in:
Lukas Krupcik 2023-06-08 14:50:51 +02:00
parent 899b6c8a63
commit 04d2448b15

View File

@ -30,7 +30,8 @@ dependencies = [
# for NVHPC 20.7, those are: 11.0, 10.2, 10.1;
# this version can be tweaked from the EasyBuild command line with
# --try-amend=default_cuda_version="10.2" (for example)
default_cuda_version = '12.0'
#default_cuda_version = '12.0'
default_cuda_version = '11.7' #V100 GPU
# NVHPC EasyBlock supports some features, which can be set via CLI or this easyconfig.
# The following list gives examples for the easyconfig
@ -48,8 +49,8 @@ default_cuda_version = '12.0'
# If not set, it will be deduced from the CUDA module (via $EBVERSIONCUDA)
#
# Define a NVHPC-default Compute Capability
cuda_compute_capabilities = "8.0"
# cuda_compute_capabilities = '7.0' #V100 GPU
#cuda_compute_capabilities = "8.0"
cuda_compute_capabilities = '7.0' #V100 GPU
# Can also be specified on the EasyBuild command line via --cuda-compute-capabilities=8.0
# Only single values supported, not lists of values!
#