Difference between revisions of "Applications/Cuda"

From HPC
Jump to: navigation , search
(Created page with "==Application Details== * Description: Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. * Version: 6.5.14, 7.5.18 and 8.0.61 * Mod...")
 
m
Line 1: Line 1:
 
==Application Details==
 
==Application Details==
  
* Description: Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages.
+
* 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 and 8.0.61
 
* Version: 6.5.14, 7.5.18 and 8.0.61
 
* Modules: cuda/6.5.14, cuda/7.5.18 and cuda/8.0.61
 
* Modules: cuda/6.5.14, cuda/7.5.18 and cuda/8.0.61

Revision as of 14:51, 24 March 2017

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 and 8.0.61
  • Modules: cuda/6.5.14, cuda/7.5.18 and cuda/8.0.61
  • 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@gpu01 ~]$ module cuda/8.0.61
[username@gpu01 ~]$ ./gpuTEST

Further Information

CUDA Programming Support