...
> cp /opt/shared/gpucomputingsdk/4.0.17/C/bin/linux/release/simpleStreams .
> module load cuda
> bsub -q short_gpu -Ip -R "rusage [n_gpu_jobs=1 ]" ./simpleStreams
A view a description of sample codes cuda codes:
> lynx file:///opt/shared/gpucomputingsdk/4.0.17/C/Samples.html
The name of the compiler is nvcc and other tools can be found in:
/opt/shared/cudatoolkit/4.0.17/cuda/bin
...