From 4882d121f446deaf1e9a4f3b854ac1ff8969382c Mon Sep 17 00:00:00 2001 From: easybuild <easybuild@cn202.barbora.it4i.cz> Date: Tue, 15 Jun 2021 07:00:01 +0200 Subject: [PATCH] Tue, 15 Jun 2021 07:00:01 +0200 --- dgx.csv | 1 + dgx.md | 1 + 2 files changed, 2 insertions(+) diff --git a/dgx.csv b/dgx.csv index fe37c11d..b1119cdf 100644 --- a/dgx.csv +++ b/dgx.csv @@ -15,6 +15,7 @@ CUDA/10.1.105-GCC-6.3.0-2.27,16 CUDA/10.1.243,16 CUDA/10.2.89,16 CUDA/9.2.148,16 +CUDAcore/11.3.0,16 dotNET-Core-Runtime/3.1.1,16 dotNET-Core-SDK/3.1.101,16 EasyBuild/3.9.4,16 diff --git a/dgx.md b/dgx.md index 5aab496a..683eaa8f 100644 --- a/dgx.md +++ b/dgx.md @@ -72,6 +72,7 @@ | Module | Description | | ------ | ----------- | | [CUDA](https://developer.nvidia.com/cuda-toolkit) | 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. | +| [CUDAcore](https://developer.nvidia.com/cuda-toolkit) | 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. | | [hwloc](http://www.open-mpi.org/projects/hwloc/) | The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. | ## Toolchain -- GitLab