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:job_management:checking_jobs [2024/05/14 11:43] fokkehabrok:job_management:checking_jobs [2025/08/29 13:09] (current) – [Finding back your own jobs] bob
Line 52: Line 52:
 ==== Finding back your own jobs ==== ==== Finding back your own jobs ====
  
-In order to find back the jobs that you submitted the ''-u'' option for ''squeue'' can be usedAfter the ''-u'' the username has to be supplied. In this example we use ''$USER'' for this, which will be replaced by your username: +In order to find back the jobs that you submitted, you can use ''%%squeue --me%%''If you want to find the jobs of a particular user, you can instead use ''%%squeue -u p123456%%''this command will only show the jobs submitted by the user given after the ''-u''
-<code> +
-squeue -u $USER +
-</code> +
-This command will only show the jobs submitted by the user given after the ''-u'' +
  
 ===== Using jobinfo ===== ===== Using jobinfo =====
Line 145: Line 140:
 </code> </code>
  
-For a GPU job information about the GPU memory usage, GPU utilization and requested GPU resources is shown. The GPU utilization is the maximum utilization that was measured over the jobs lifetime. Unfortunately this number may therefore not be very relevant as their may have been long periods of much less GPU utilization. +For a GPU job information about the GPU memory usage, GPU utilization and requested GPU resources is shown. The GPU utilization is the maximum utilization that was measured over the job'lifetime. Unfortunately this number may therefore not be very relevant as their may have been long periods of much lower GPU utilization. 
 As you can see CPU memory and GPU memory are reported separately as they are different types of memory. CPU memory is connected to the CPU and GPU memory is separate memory on the GPU board. As you can see CPU memory and GPU memory are reported separately as they are different types of memory. CPU memory is connected to the CPU and GPU memory is separate memory on the GPU board.