Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:advanced_job_management:running_jobs_on_gpus [2026/02/27 09:46] – [Available GPU types] fokke | habrok:advanced_job_management:running_jobs_on_gpus [2026/02/27 10:20] (current) – [Example] fokke | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ^ Node ^ GPU type ^ GPUs per node ^ Memory per GPU ^ CPUs per node ^ Memory per node ^ Slurm name ^ | ^ Node ^ GPU type ^ GPUs per node ^ Memory per GPU ^ CPUs per node ^ Memory per node ^ Slurm name ^ | ||
| - | | A100 | Nvidia A100 | + | | A100 | Nvidia A100 |
| - | | V100 | Nvidia V100 | + | | V100 | Nvidia V100 |
| - | | RTX Pro 6000 | Nvidia RTX Pro 6000 | 8 | 96 GB | 192 GB | rtx_pro_6000 | | + | | RTX Pro 6000 | Nvidia RTX Pro 6000 | 8 | 96 GB | 128 | |
| - | | L40S | Nvidia L40S | + | | L40S | Nvidia L40S |
| ==== Example ==== | ==== Example ==== | ||
| Line 37: | Line 37: | ||
| #SBATCH --gpus-per-node=1 | #SBATCH --gpus-per-node=1 | ||
| </ | </ | ||
| + | |||
| + | Note that this will only sent jobs to the V100 and A100 nodes. This because not all software is compatible with the RTX Pro 6000 GPUs. Furthermore the more capable RTX Pro 6000 nodes should not be swamped with jobs that don't need its capabilities. See [[rtx_pro_6000_gpu_nodes]] for more details. | ||
| ==== Interactive GPU node ==== | ==== Interactive GPU node ==== | ||