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] – [Available GPU types] fokkehabrok:advanced_job_management:running_jobs_on_gpus [2025/09/29 09:25] (current) – [Running interactive jobs] Formatting pedro
Line 20: Line 20:
 ^ 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  |  4 |  40 GB |  64 |  512 GB | a100 | | A100 | Nvidia A100  |  4 |  40 GB |  64 |  512 GB | a100 |
-| V100 | Nvidia V100  |  1 or 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