Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(default squeue output has changed) |
(sq again) |
||
Line 243: | Line 243: | ||
<!--T:32--> | <!--T:32--> | ||
By default [https://slurm.schedmd.com/squeue.html squeue] will show all the jobs the scheduler is managing at the moment. It | By default [https://slurm.schedmd.com/squeue.html squeue] will show all the jobs the scheduler is managing at the moment. It will run much faster if you ask only about your own jobs with | ||
$ squeue -u $USER | $ squeue -u $USER | ||
You can also use the utility <code>sq</code> to do the same thing with less typing. | |||
<!--T:33--> | <!--T:33--> |