Difference between revisions of "Applications/Cuda"
From HPC
m |
m |
||
Line 32: | Line 32: | ||
− | + | ==Navigation== | |
− | + | ||
− | |||
* [[Main_Page|Home]] | * [[Main_Page|Home]] | ||
− | * [[Applications|Application support]] | + | * [[Applications|Application support]] * |
* [[General|General]] | * [[General|General]] | ||
− | |||
* [[Programming|Programming support]] | * [[Programming|Programming support]] | ||
− | |||
− |
Revision as of 11:20, 24 May 2019
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: 6.5.14, 7.5.18, 8.0.61 and 9.0.176
- Modules: cuda/6.5.14, cuda/7.5.18, cuda/8.0.61 and cuda/9.0.176
- Licence: Free, but owned by NVidia
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/9.0.176 [username@gpu03 ~]$ ./gpuTEST
Further Information