GPU Resources
From UCSC Genomics Institute Computing Infrastructure Information
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