CUDA-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
 
Line 26: Line 26:


Compute nodes equipped with GPU cards have access to all applications installed in /apps.
Compute nodes equipped with GPU cards have access to all applications installed in /apps.


* Version 12.8.0 is installed in /apps/eb/CUDA/12.8.0
* Version 12.8.0 is installed in /apps/eb/CUDA/12.8.0
Line 44: Line 45:
module load CUDA/12.4.0
module load CUDA/12.4.0
</pre>
</pre>


* Version 12.1.1 is installed in /apps/eb/CUDA/12.1.1
* Version 12.1.1 is installed in /apps/eb/CUDA/12.1.1
Line 51: Line 51:
module load CUDA/12.1.1
module load CUDA/12.1.1
</pre>
</pre>


* Version 11.7.0 is installed in /apps/eb/CUDA/11.7.0
* Version 11.7.0 is installed in /apps/eb/CUDA/11.7.0

Latest revision as of 14:18, 3 February 2026


Category

Programming

Program On

Sapelo2

Version

11.7.0, 11.8.0, 12.1.1, 12.4.0, 12.6.0, 12.8.0

Author / Distributor

NVIDIA

Description

CUDA is a parallel computing platform and programming model, which interfaces CPU and of the graphics processing unit (GPU). Please see http://www.nvidia.com/object/cuda_home_new.html

Running Program

Also refer to Running Jobs on Sapelo2

Compute nodes equipped with GPU cards have access to all applications installed in /apps.


  • Version 12.8.0 is installed in /apps/eb/CUDA/12.8.0

To use it, please first load the module with:

module load CUDA/12.8.0
  • Version 12.6.0 is installed in /apps/eb/CUDA/12.6.0

To use it, please first load the module with:

module load CUDA/12.6.0
  • Version 12.4.0 is installed in /apps/eb/CUDA/12.4.0

To use it, please first load the module with:

module load CUDA/12.4.0
  • Version 12.1.1 is installed in /apps/eb/CUDA/12.1.1

To use it, please first load the module with:

module load CUDA/12.1.1
  • Version 11.7.0 is installed in /apps/eb/CUDA/11.7.0

To use it, please first load the module with:

module load CUDA/11.7.0

Documentation

Please see https://developer.nvidia.com/cuda-toolkit

Installation

Downloaded from NVIDIA site.

System

64-bit Linux