Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:job_management:checking_jobs [2024/05/14 11:43] – fokke | habrok: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 | + | In order to find back the jobs that you submitted, you can use '' |
- | < | + | |
- | squeue -u $USER | + | |
- | </ | + | |
- | This command will only show the jobs submitted by the user given after the '' | + | |
===== Using jobinfo ===== | ===== Using jobinfo ===== | ||
Line 145: | Line 140: | ||
</ | </ | ||
- | 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' |
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. |