Skip to content

NVHPC

NVIDIA's HPC Toolkit including CUDA Fortran, NVCC, NVC++ and other tools packaged with CUDA 11.6


NVHPC requires an environment module

In order to use NVHPC, you must first load the appropriate environment module:

module load gnu nvhpc

NVHPC is a powerful toolkit for developing GPU-enabled software intended to be scalable to HPC platforms. NVHPC includes a complete CUDA SDK along with compilers for CUDA Fortran as well as the standard NVCC and NVC++ compilers for CUDA.

Using NVHPC on HPC Systems#

In order to use NVHPC, all you need to do is load the required module:

$ module load gnu nvhpc/22.3

From here, the NVHPC toolkit should be available to you.


Last update: June 7, 2023