Differences

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

Link to this comparison view

Both sides previous revision Previous revision
habrok:job_management:checking_jobs [2024/06/21 09:51] – [jobinfo GPU example] adminhabrok: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 =====