Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

> 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 To view a description of sample codes cuda codes from the command line:
> lynx file:///opt/shared/gpucomputingsdk/4.0.17/C/Samples.html
or
> firefox file:///opt/shared/gpucomputingsdk/4.0.17/C/Samples.html

...