nVidia HPC Compilers¶
Description¶
The NVIDIA Fortran, C++ and C compilers enable cross-platform HPC programming for NVIDIA GPUs and multicore CPUs. They are fully interoperable with NVIDIA optimized math libraries, communication libraries, and performance tuning and debugging tools. * CC - The nvc C compiler * CXX - The nvc++ C++ compiler * FC - The nvfortran FORTRAN compiler * F90 - The nvfortran FORTRAN compiler * F77 - The nvfortran FORTRAN compiler
Environment Modules¶
Run module spider nvidia
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_NVIDIA_DIR - Compilers installation directory
- HPC_NVIDIA_INC - Header files directory
- HPC_NVIDIA_LIB - Library directory
Categories¶
compiler