CUDA Toolkit¶
The NVIDIA CUDA Toolkit, consisting of Nvidia-GPU-accelerated libraries, C/C++ compiler and various related tools, is available under gcc
compiler tree. cuda/11.8.0
and cuda/12.2.1
are available after loading a gcc
module. For example:
module load gcc/11.4.0
module load cuda/12.2.1
loads CUDA Toolkit version 12.2.1. The environment variable CUDA_HOME
is set by the cuda
module.