GPU Resources

From UCSC Genomics Institute Computing Infrastructure Information

Revision as of 05:28, 2 May 2023 by Weiler (talk | contribs) (Created page with "When submitting jobs, you can ask for GPUs in one of two ways. One is: #SBATCH --gres=gpu:1 That will ask for 1 GPU generically on a node with a free GPU. This request is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When submitting jobs, you can ask for GPUs in one of two ways. One is:

#SBATCH --gres=gpu:1

That will ask for 1 GPU generically on a node with a free GPU. This request is more specific:

#SBATCH --gres=gpu:A5500:3

That requests 3 A5500 GPUs only.

We have several GPU types on the cluster which may fit your specific needs:

nVidia RTX A5500           : 24GB RAM
nVidia A100                : 80GB RAM
nVidia GeForce RTX 2080 Ti : 11GB RAM
nVidia GeForce RTX 1080 Ti : 11GB RAM