From de2c501b1aa0c6820736902fe33dc60e2f0cf1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 18 Dec 2019 14:41:35 +0100 Subject: [PATCH] new file: c/CUDA/CUDA-10.2.89.eb --- c/CUDA/CUDA-10.2.89.eb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 c/CUDA/CUDA-10.2.89.eb diff --git a/c/CUDA/CUDA-10.2.89.eb b/c/CUDA/CUDA-10.2.89.eb new file mode 100644 index 00000000..29f35e8e --- /dev/null +++ b/c/CUDA/CUDA-10.2.89.eb @@ -0,0 +1,20 @@ +# IT4Innovations 2019 + +name = 'CUDA' +version = '10.2.89' + +homepage = 'https://developer.nvidia.com/cuda-toolkit' +description = """CUDA (formerly Compute Unified Device Architecture) is a parallel + local_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 local_computational elements in CUDA GPUs.""" + +toolchain = SYSTEM +source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/'] +sources = ['%(namelower)s_%(version)s_440.33.01_linux.run'] + +postinstallcmds = ['rm -f /tmp/cuda-installer.log'] + +modluafooter = 'add_property("arch","gpu")' + +moduleclass = 'system'