Difference between revisions of "Applications/Cuda"
From HPC
m |
|||
Line 2: | Line 2: | ||
* Description: CUDA is NVIDIA’s parallel computing architecture that enables dramatic increases in computing performance by harnessing the power of the GPU (graphics processing unit). | * Description: CUDA is NVIDIA’s parallel computing architecture that enables dramatic increases in computing performance by harnessing the power of the GPU (graphics processing unit). | ||
− | * Version: | + | * Version: 8.0.61, 9.0.176 and 10.1.168 ('''preferred''') |
− | * Modules: | + | * Modules: cuda/8.0.61, cuda/9.0.176 and cuda/10.1.168 |
* Licence: Free, but owned by NVidia | * Licence: Free, but owned by NVidia | ||
− | '''Note''' : Versions 6.5.14 and 7.5.18 | + | '''Note''' : Versions 6.5.14 and 7.5.18 are retired |
==Usage Examples== | ==Usage Examples== |
Revision as of 09:57, 10 July 2020
Application Details
- Description: CUDA is NVIDIA’s parallel computing architecture that enables dramatic increases in computing performance by harnessing the power of the GPU (graphics processing unit).
- Version: 8.0.61, 9.0.176 and 10.1.168 (preferred)
- Modules: cuda/8.0.61, cuda/9.0.176 and cuda/10.1.168
- Licence: Free, but owned by NVidia
Note : Versions 6.5.14 and 7.5.18 are retired
Usage Examples
Note: this example is done on a node with a GPU accelerator, usually access would be achieved with the scheduler
[username@login01 ~]$ interactive -pgpu salloc: Granted job allocation 1014031 Job ID 1014031 connecting to gpu03, please wait... Last login: Fri Mar 16 10:05:54 2018 from gpu03 [username@gpu03 ~]$ module add cuda/10.1.168 [username@gpu03 ~]$ ./gpuTEST
Further Information