Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:services:application_services:high_performance_computing:running_jobs_slurm [2024/01/23 15:06] – [Interactive session on the nodes] nboelteen:services:application_services:high_performance_computing:running_jobs_slurm [2024/01/23 15:07] (current) – [Interactive session on the nodes] nboelte
Line 268: Line 268:
 <code>srun -p medium ./myexecutable</code> <code>srun -p medium ./myexecutable</code>
  
-If there is a waiting time for running jobs on the "mediumpartition, you can use the "intpartition for an interactive job that uses CPU resources and "gpu-intfor an interactive job that also uses GPU resources. The interactive partitions do not have a waiting time but you do not get any dedicated resources like CPU/GPU cores or Memory but have to share with all other users, so you should not use them for non-interactive jobs.+If there is a waiting time for running jobs on the ''medium'' partition, you can use the ''int'' partition for an interactive job that uses CPU resources and ''gpu-int'' for an interactive job that also uses GPU resources. The interactive partitions do not have a waiting time but you do not get any dedicated resources like CPU/GPU cores or Memory but have to share with all other users, so you should not use them for non-interactive jobs.
  
 ==== GPU selection ==== ==== GPU selection ====