Versions Compared

Key

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

...

See attachment for Intel white paper introduction pdf document.

GPU computing and CUDA resources

There are three nVidia GPU types available: 

...

Where is the deviceQuery command? And how to find out more device info?
 

> which deviceQuery

 > srun --pty --x11=first -p gpu deviceQuery

> srun --pty --x11=first -p gpu nvidia-smi  -h


 How does one make a gpu batch job?

...