easybuild-easyblocks icon indicating copy to clipboard operation
easybuild-easyblocks copied to clipboard

Set `DEFCUDAVERSION` and `DEFSTDPARCOMPUTECAP` correctly in localrc for NVHPC

Open damianam opened this issue 1 year ago • 3 comments
trafficstars

Without these changes those variables are not defined correctly. Example of the resulting difference:

-set DEFCUDAVERSION=12.3;
-set DEFSTDPARCOMPUTECAP=;
+set DEFCUDAVERSION=12;
+set DEFSTDPARCOMPUTECAP=80;

damianam avatar Jul 08 '24 07:07 damianam