DAIC Experimental
— Documentation for the experimental environment.
(Go to stable docs)
GPUs
GPU resources available on DAIC.
less than a minute
| GPU Type | Memory | Nodes | GPUs per node | Slurm GPU name |
|---|---|---|---|---|
| NVIDIA A40 | 48 GB | 4 | 3 | nvidia_a40 |
| NVIDIA L40 | 48 GB | 2 | 3 | nvidia_l40 |
| NVIDIA RTX Pro 6000 | 96 GB | 10 | 2 | nvidia_rtx_pro_6000 |
GPU Selection Tips
Use the GPU name from the Slurm GPU name column if your code needs a specific GPU type (ie, with--gres=gpu:<slurm-gpu-name>:<count>). Otherwise, do not specify a GPU type to allow the scheduler to choose the most appropriate one instead.