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:47] – [Available GPU types] fokke | habrok:advanced_job_management:running_jobs_on_gpus [2026/06/29 12:46] (current) – [Running interactive jobs] pedro | ||
|---|---|---|---|
| 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 ==== | ||
| Line 70: | Line 72: | ||
| When the job starts running, you will be automatically logged in to the allocated node, allowing you to run your commands interactively. When you are done, just type '' | When the job starts running, you will be automatically logged in to the allocated node, allowing you to run your commands interactively. When you are done, just type '' | ||
| - | **N.B.: interactive | + | <wrap important> |