CUDA-Sapelo2: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
=== Version === | === Version === | ||
9.2.88, 10.1.243 | 9.2.88, 10.1.243, 11.0.2, 11.1.1, 11.2.1 | ||
=== Author / Distributor === | === Author / Distributor === | ||
Line 50: | Line 50: | ||
module load CUDA/10.1.243-GCC-8.3.0 | module load CUDA/10.1.243-GCC-8.3.0 | ||
</pre> | </pre> | ||
* Version 11.0.2 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.0.2 | |||
To use it, please first load the module with: | |||
<pre class="gcommand"> | |||
module load CUDA/11.0.2-GCC-8.3.0 | |||
</pre> | |||
* Version 11.1.1 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.1.1 | |||
To use it, please first load the module with: | |||
<pre class="gcommand"> | |||
module load CUDA/11.1.1-GCC-8.3.0 | |||
</pre> | |||
* Version 11.1.1 with GCC 10.2.0 is installed in /apps/eb/CUDAcore/11.1.1 | |||
To use it, please first load the module with: | |||
<pre class="gcommand"> | |||
module load CUDA/11.1.1-GCC-10.2.0 | |||
</pre> | |||
* Version 11.2.1 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.2.1 | |||
To use it, please first load the module with: | |||
<pre class="gcommand"> | |||
module load CUDA/11.2.1-GCC-8.3.0 | |||
</pre> | |||
=== Documentation === | === Documentation === |
Revision as of 13:03, 12 May 2021
Category
Programming
Program On
Sapelo2
Version
9.2.88, 10.1.243, 11.0.2, 11.1.1, 11.2.1
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 9.2.88 with GCC 6.4.0 is installed in /apps/eb/CUDA/9.2.88-GCC-6.4.0-2.28
To use this version, please first load the module with:
module load CUDA/9.2.88-GCC-6.4.0-2.28
- Version 9.2.88 with GCC 7.3.0 is installed in /apps/eb/CUDA/9.2.88-GCC-7.3.0-2.30
To use this version, please first load the module with:
module load CUDA/9.2.88-GCC-7.3.0-2.30
- Version 9.2.88 is installed in /apps/eb/CUDA/9.2.88
To use it, please first load the module with:
module load CUDA/9.2.88
- Version 10.1.243 with GCC 8.3.0 is installed in /apps/eb/CUDA/10.1.243-GCC-8.3.0
To use it, please first load the module with:
module load CUDA/10.1.243-GCC-8.3.0
- Version 11.0.2 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.0.2
To use it, please first load the module with:
module load CUDA/11.0.2-GCC-8.3.0
- Version 11.1.1 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.1.1
To use it, please first load the module with:
module load CUDA/11.1.1-GCC-8.3.0
- Version 11.1.1 with GCC 10.2.0 is installed in /apps/eb/CUDAcore/11.1.1
To use it, please first load the module with:
module load CUDA/11.1.1-GCC-10.2.0
- Version 11.2.1 with GCC 8.3.0 is installed in /apps/eb/CUDAcore/11.2.1
To use it, please first load the module with:
module load CUDA/11.2.1-GCC-8.3.0
Documentation
Please see https://developer.nvidia.com/cuda-toolkit
Installation
Downloaded from NVIDIA site.
System
64-bit Linux