Changes
Page history
Update home
authored
Jul 21, 2019
by
Odunlami Marc
Show whitespace changes
Inline
Side-by-side
home.md
View page @
c318adc7
...
...
@@ -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
...
...
...
...