Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:advanced_job_management:running_jobs_on_gpus [2024/11/22 08:10] fokkehabrok:advanced_job_management:running_jobs_on_gpus [2025/09/29 09:25] (current) – [Running interactive jobs] Formatting pedro
Line 21: Line 21:
 | A100 | Nvidia A100  |  4 |  40 GB |  64 |  512 GB | a100 | | A100 | Nvidia A100  |  4 |  40 GB |  64 |  512 GB | a100 |
 | V100 | Nvidia V100  |  2 |  32 GB |  36 |  128 GB | v100 | | V100 | Nvidia V100  |  2 |  32 GB |  36 |  128 GB | v100 |
 +| L40S | Nvidia L40S  |  2 |  48 GB |  56 |  512 GB | l40s |
  
 ==== Example ==== ==== Example ====
Line 55: 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