Math Libraries
BLAS, LAPACK, and ScaLAPACK for CPUs
Some math libraries targeting CPUs are made available as part of the nvhpc
modules and are based on the OpenBLAS project. Additional documentation is available from NVIDIA.
- BLAS & LAPACK can be found in the
$NVIDIA_PATH/compilers/lib
directory. - ScaLAPACK can be found in the
$NVIDIA_PATH/comm_libs
directory.
NVIDIA Math Libraries for GPUs
Math libraries from NVIDIA are made available via the nvhpc
modules. Many of the libraries users typically use can be found in the $NVIDIA_PATH/math_libs
directory. Some examples follow and additional documentation is available from NVIDIA.
- libcublas
- libcufft
- libcurand
- libcusolver
- libcusparse