4.3. CUDA toolkit¶
Following compilers are available on the supercomputer. By configuring the settings, you can use the compiler and related libraries for the respective version. For more details, see each manual.
Version |
Module file |
---|---|
CUDA 11.8 |
cuda/11.8 |
CUDA 12.8 |
cuda/12.8 |
・Example
$ module avail cuda
------------------------ /work/app/modulefiles/cuda ------------------------------
cuda/11.8 cuda/12.8
Key:
modulepath default-version
$
$ module load cuda/12.8
$
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Fri_Feb_21_20:23:50_PST_2025
Cuda compilation tools, release 12.8, V12.8.93
Build cuda_12.8.r12.8/compiler.35583870_0
$