From 04d2448b1533d568c5814c285886d9087468f9e1 Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Thu, 8 Jun 2023 14:50:51 +0200 Subject: [PATCH] modified: n/NVHPC/NVHPC-23.3.eb --- n/NVHPC/NVHPC-23.3.eb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/n/NVHPC/NVHPC-23.3.eb b/n/NVHPC/NVHPC-23.3.eb index 7381a66e..85eebf13 100644 --- a/n/NVHPC/NVHPC-23.3.eb +++ b/n/NVHPC/NVHPC-23.3.eb @@ -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! #