...
To support GPU access new LSF GPU queues have been installed: short_gpu, normal_gpu and long_gpu.
For example to run one of the compiled cuda codes:
> cp /opt/shared/gpucomputingsdk/4.0.17/C/bin/linux/release/simpleStreams .
> module load cuda
> bsub -q short_gpu -Ip ./simpleStreams
For example to run Matlab and access GPU resources:
> module load matlab
> bsub -q short_gpu -Ip -R "rusage [n_gpu_jobs=1|n_gpu_jobs=1 ]" matlab
...