Update home authored by Odunlami Marc's avatar Odunlami Marc
......@@ -57,6 +57,10 @@ Display the jobs of user *username* in the waiting queue:
```
squeue -u username
```
Display detailed information on a running or recently completed job:
```
scontrol show job job_id
```
Display the current state of compute nodes:
```
sinfo
......
......