Skip to content
Snippets Groups Projects
Commit a29ebc01 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update job-scheduling.md - sinfo

parent 9fbc636a
No related branches found
No related tags found
No related merge requests found
Pipeline #28990 passed with warnings
......@@ -7,14 +7,15 @@
Display partitions/queues
```console
$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
p00-arm up 1-00:00:00 1 idle p00-arm01
p01-arm* up 1-00:00:00 8 idle p01-arm[01-08]
p02-intel up 1-00:00:00 2 idle p02-intel[01-02]
p03-amd up 1-00:00:00 2 idle p03-amd[01-02]
p04-edge up 1-00:00:00 1 idle p04-edge01
p05-synt up 1-00:00:00 1 idle p05-synt01
$ sinfo -s
PARTITION AVAIL TIMELIMIT NODES(A/I/O/T) NODELIST
SERVICE up 1-00:00:00 0/15/0/15 p00-arm01,p01-arm[01-08],p02-intel[01-02],p03-amd[01-02],p04-edge01,p05-synt01
p00-arm up 1-00:00:00 0/1/0/1 p00-arm01
p01-arm* up 1-00:00:00 0/8/0/8 p01-arm[01-08]
p02-intel up 1-00:00:00 0/2/0/2 p02-intel[01-02]
p03-amd up 1-00:00:00 0/2/0/2 p03-amd[01-02]
p04-edge up 1-00:00:00 0/1/0/1 p04-edge01
p05-synt up 1-00:00:00 0/1/0/1 p05-synt01
```
Show jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment