From 1b92b3b0bf43f402e3bedd66e9dc85a14a8c1c7f Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Mon, 9 Aug 2021 08:32:19 +0200 Subject: [PATCH] new file: c/CUDAcore/CUDAcore-11.4.1.eb --- c/CUDAcore/CUDAcore-11.4.1.eb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 c/CUDAcore/CUDAcore-11.4.1.eb diff --git a/c/CUDAcore/CUDAcore-11.4.1.eb b/c/CUDAcore/CUDAcore-11.4.1.eb new file mode 100644 index 00000000..94b820bd --- /dev/null +++ b/c/CUDAcore/CUDAcore-11.4.1.eb @@ -0,0 +1,21 @@ +# IT4Innovations +# LK 2021 + +easyblock = 'EB_CUDA' + +name = 'CUDAcore' +version = '11.4.1' +local_nv_version = '470.57.02' + +homepage = 'https://developer.nvidia.com/cuda-toolkit' +description = """CUDA (formerly Compute Unified Device Architecture) is a parallel + computing platform and programming model created by NVIDIA and implemented by the + graphics processing units (GPUs) that they produce. CUDA gives developers access + to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs.""" + +toolchain = SYSTEM + +source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version)s/local_installers/'] +sources = ['cuda_%%(version)s_%s_linux%%(cudaarch)s.run' % local_nv_version] + +moduleclass = 'system'