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:running_jobs_on_gpus [2025/09/29 09:24] – [Available GPU types] Add L40S details, V100 only have 2 GPUs pedrohabrok:advanced_job_management:running_jobs_on_gpus [2025/09/29 09:25] (current) – [Running interactive jobs] Formatting pedro
Line 56: Line 56:
 </code> </code>
  
-There is currently an issue with using ''srun --gpus-per-node'', but there is a workaround by using '' --gres'' instead:+There is currently an issue with using ''srun %%--%%gpus-per-node'', but there is a workaround by using '' %%--%%gres'' instead:
 <code> <code>
 srun --gres=gpu:1 --time=01:00:00 --pty /bin/bash srun --gres=gpu:1 --time=01:00:00 --pty /bin/bash