CUDA
A parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs)
Load the module to make the CUDA compiler and libraries available:
module load gcc cuda
Check that it loaded correctly:
nvcc --version
The full NVIDIA HPC Software Development Kit (SDK) is also available.