40,947
edits
(Created page with "#!/bin/bash #SBATCH --gpus-per-node=v100:1 #SBATCH -t 0-10:00 #SBATCH --mem=64G #SBATCH -c 8 mkdir -p $HOME/tmp export CUDA_MPS_LOG_DIRECTORY=$HOME/tmp nvidia-cuda-mps-control -d for ((i=0; i<8; i++)) do echo $i ./my_code $i & done wait") |
(Updating to match new version of source page) |
||
Line 6: | Line 6: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Hyper-Q (or MPS) is a feature of NVIDIA GPUs. | Hyper-Q (or MPS) is a feature of NVIDIA GPUs. | ||
It is available in GPUs with CUDA compute capability 3.5 and higher,<ref>For a table relating NVIDIA GPU model names, architecture names, and CUDA compute | It is available in GPUs with CUDA compute capability 3.5 and higher,<ref>For a table relating NVIDIA GPU model names, architecture names, and CUDA compute capabilities, see [https://en.wikipedia.org/wiki/Nvidia_Tesla https://en.wikipedia.org/wiki/Nvidia_Tesla]</ref> | ||
which is all GPUs currently deployed on Alliance general-purpose clusters (Béluga, Cedar, Graham, and Narval). | which is all GPUs currently deployed on Alliance general-purpose clusters (Béluga, Cedar, Graham, and Narval). | ||
</div> | </div> |