Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
No edit summary |
No edit summary |
||
Line 120: | Line 120: | ||
=== Information on the User === <!--T:4--> | === Information on the User === <!--T:4--> | ||
If you choose "Information on User" you will be asked to select "Account" or "Jobs". | |||
Select | |||
==== User Account table ==== | |||
Select "Account" and you will get information in a table for all the groups you are a member of, as described in the Groups section above, but you will not see the other group members. | |||
<pre> | <pre> | ||
Line 137: | Line 140: | ||
</pre> | </pre> | ||
==== User Jobs options ==== | |||
If you select "Jobs", and you have any jobs running or pending, you will be prompted to select a particular job you wish more information on. | |||
For a given job, you can select "Basic", "Report", or "Output of the scontrol command". | |||
Selecting "Basic" will print a one-line summary giving the job's state (pending, running, or recently completed), its partition, its priority, and if pending, its rank. | |||
<pre> | <pre> | ||
Line 146: | Line 152: | ||
</pre> | </pre> | ||
The | The rank has the following meaning: The nodes that can potentially run the job can also run 7825 other jobs. When all these jobs are ranked by priority from highest to lowest, this job is 1517th. | ||
Selecting "Report" will show the nodes that your job can run on and the state of those nodes. | |||
<pre> | <pre> | ||
Line 162: | Line 168: | ||
</pre> | </pre> | ||
Selecting "Output of the scontrol command" will display more detailed diagnostics obtained from <code>scontrol show job</code>. |