NVHPC: NVIDIA HPC SDK¶
The NVIDIA HPC SDK version 23.11 is available on Lawrencium. You can load the nvhpc
module as:
module load nvhpc/23.11
The nvhpc
module consists of the following compilers:
- C:
nvc
, - C++:
nvc++
- Fortran:
nvfortran
The CUDA C and CUDA C++ compiler driver nvcc
is also present in the module.
CUDA Versions¶
nvhpc/23.11
includes two CUDA toolkit versions -- CUDA 11.8
and CUDA 12.3
. One can choose a particular version at compile by using the flag -gpu=cuda11.8
.