Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
Jul 21, 2019
by
Odunlami Marc
Hide 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:
...
@@ -57,6 +57,10 @@ Display the jobs of user *username* in the waiting queue:
```
```
squeue -u username
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:
Display the current state of compute nodes:
```
```
sinfo
sinfo
...
...