Index of /examples/gpu/examples/ex02-vecadd

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2013-11-01 10:41 859  
[TXT]vectorAdd.cu 2013-11-01 10:41 4.6K 
[   ]vectorAdd.o 2013-11-02 21:47 12K 
[   ]vectorAdd 2013-11-02 21:47 15K 

RCS Examples: Vector Addition!

This directory contains an example of Vector Addition performed on GPUs

Program Compilation:

module load cuda/5.0
nvcc -o vectorAdd vectorAdd.cu -arch sm_20

Program Execution:

CUDA program should be executed on a GPU-enabled machine. To request a node with GPU, execute the following commands at the SCC prompt:
qsh -V -l gpus=1
Users who are members of any Medical Campus projects must also include their project group name:
qsh -P groupname -V -l gpus=1
When the terminal window appears, to execute the program, type:
./vectorAdd

Contact Information

Research Computing Services: help@scc.bu.edu

Operating System Requirements

The examples presented in this directory were written for Linux OS, but should work on any OS where
- c and nvcc compilers available
- NVIDIA's GPU(s) with compute capability 2.0 and higher