Merge branch 'it4i-barbora'

This commit is contained in:
Lukas Krupcik 2023-06-08 14:51:10 +02:00
commit 6b23b94b91

View File

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