Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:advanced_job_management:rtx_pro_6000_gpu_nodes [2026/02/27 10:12] fokkehabrok:advanced_job_management:rtx_pro_6000_gpu_nodes [2026/02/27 10:23] (current) – [Accessing the new nodes] Format codestring pedro
Line 7: Line 7:
 ===== Accessing the new nodes ===== ===== Accessing the new nodes =====
  
-To request a job on the new nodes, one must specifically include it in the scheduler requirements. This can be done by including the ''gres'' requirement, for example ''%%#SBATCH --gpus-per-node=rtx_pro_6000:1%%'' will request one of the RTX PRO 6000 GPUs for the job. Keep in mind that the V100 and A100 GPU nodes are the default nodes in the ''gpu'' partition, that is, if you simply request a job to runs in the ''gpu'' partition without specifying the kind of GPU through ''--gpus-per-node=GPUTYPE:N'' the job will be allocated wherever there is capacity in **A100 or V100 nodes only**. To ensure you get RTX GPUs always explicitly specify so in your jobscript.+To request a job on the new nodes, one must specifically include it in the scheduler requirements. This can be done by including the ''gres'' requirement, for example ''%%#SBATCH --gpus-per-node=rtx_pro_6000:1%%'' will request one of the RTX PRO 6000 GPUs for the job. Keep in mind that the V100 and A100 GPU nodes are the default nodes in the ''gpu'' partition, that is, if you simply request a job to runs in the ''gpu'' partition without specifying the kind of GPU through ''%%--gpus-per-node=GPUTYPE:N%%'' the job will be allocated wherever there is capacity in **A100 or V100 nodes only**. To ensure you get RTX GPUs always explicitly specify so in your jobscript.
  
 Also note that you should try to aim for a GPU that matches your job requirements, preventing the larger RTX Pro 6000 GPUs to be swamped with simple tasks. Also note that you should try to aim for a GPU that matches your job requirements, preventing the larger RTX Pro 6000 GPUs to be swamped with simple tasks.