cuda: parallel computing platform/programming model for NVIDIA GPUs

Contents

  1. Overview of package
  2. Overview of package
    1. General usage
  3. Availability of package by cluster

Overview of package

General information about package
Package: cuda
Description: parallel computing platform/programming model for NVIDIA GPUs
For more information: https://developer.nvidia.com/cuda-zone
Categories:
License: Unknown

General usage information

CUDA is a parallel computing platform and programming model designed by NVIDIA enabling one to harness the power of NVIDIA GPUs.

The nvcc and other CUDA commands have been added to your path.

The following environmental variables have been defined:

  • \$CUDA_ROOT has been set to the root of the cuda installation
  • \$CUDA_LIBDIR points to the directory containing the libraries
  • \$CUDA_INCDIR points to the directory containing the header files

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

  • -I\$CUDA_INCDIR
and the following flags to your link command (e.g. LDFLAGS in your Makefile):
  • -L\$CUDA_LIBDIR -Wl,-rpath,\$CUDA_LIBDIR${endlist}

    Available versions of the package cuda, by cluster

    This section lists the available versions of the package cudaon the different clusters.

    Available versions of cuda on the Deepthought2 cluster (RHEL8)

    Available versions of cuda on the Deepthought2 cluster (RHEL8)
    Version Module tags CPU optimized for GPU ready?
    10.2.89 cuda/10.2.89 ivybridge N
    9.2.88 cuda/9.2.88 x86_64 N

    Available versions of cuda on the Juggernaut cluster

    Available versions of cuda on the Juggernaut cluster
    Version Module tags CPU optimized for GPU ready?
    10.2.89 cuda/10.2.89 broadwell N