CUDA-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
=== Version ===
=== Version ===


11.3.1, 11.4.1, 11.7.0, 12.0.0  
11.3.1, 11.4.1, 11.7.0, 12.0.0, 12.1.1, 12.2.0  


=== Author / Distributor ===
=== Author / Distributor ===
Line 27: Line 27:
The compute nodes that are connected to the GPU cards can access all the applications installed in /apps.  
The compute nodes that are connected to the GPU cards can access all the applications installed in /apps.  


* Version 11.3.1 is installed in /apps/eb/CUDA/11.3.1
* Version 12.2.0 is installed in /apps/eb/CUDA/12.2.0
To use it, please first load the module with:
 
<pre class="gcommand">
To use it, please first load the module with:<pre class="gcommand">
module load CUDA/11.3.1
module load CUDA/12.2.0
</pre>
 
* Version 12.1.1 is installed in /apps/eb/CUDA/12.1.1
 
To use it, please first load the module with:<pre class="gcommand">
module load CUDA/12.1.1
</pre>
</pre>


* Version 11.4.1 is installed in /apps/eb/CUDA/11.4.1
* Version 12.0.0 is installed in /apps/eb/CUDA/12.0.0
To use it, please first load the module with:
To use it, please first load the module with:
<pre class="gcommand">
<pre class="gcommand">
module load CUDA/11.4.1
module load CUDA/12.0.0
</pre>
</pre>


Line 45: Line 51:
</pre>
</pre>


* Version 12.0.0 is installed in /apps/eb/CUDA/12.0.0
* Version 11.4.1 is installed in /apps/eb/CUDA/11.4.1
To use it, please first load the module with:
To use it, please first load the module with:
<pre class="gcommand">
<pre class="gcommand">
module load CUDA/12.0.0
module load CUDA/11.4.1
</pre>
</pre>


* Version 11.3.1 is installed in /apps/eb/CUDA/11.3.1
To use it, please first load the module with:
<pre class="gcommand">
module load CUDA/11.3.1
</pre>


=== Documentation ===
=== Documentation ===

Latest revision as of 20:30, 2 September 2024


Category

Programming

Program On

Sapelo2

Version

11.3.1, 11.4.1, 11.7.0, 12.0.0, 12.1.1, 12.2.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

The compute nodes that are connected to the GPU cards can access all the applications installed in /apps.

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

To use it, please first load the module with:

module load CUDA/12.2.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 12.0.0 is installed in /apps/eb/CUDA/12.0.0

To use it, please first load the module with:

module load CUDA/12.0.0
  • 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
  • Version 11.4.1 is installed in /apps/eb/CUDA/11.4.1

To use it, please first load the module with:

module load CUDA/11.4.1
  • Version 11.3.1 is installed in /apps/eb/CUDA/11.3.1

To use it, please first load the module with:

module load CUDA/11.3.1

Documentation

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

Installation

Downloaded from NVIDIA site.

System

64-bit Linux