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

cs/job-scheduling table - whole node

parent de40c8db
Branches
No related tags found
No related merge requests found
......@@ -134,17 +134,17 @@ $ scancel JOBID
## Partitions
| PARTITION | nodes| cores per node | features |
| ------ | ------ | ------ | ------ |
| p00-arm | 1 | 64 | aarch64,cortex-a72 |
| p01-arm | 8 | 48 | aarch64,a64fx,ib |
| p02-intel | 2 | 64 | x86_64,intel,icelake,ib,fpga,bitware,nvdimm |
| p03-amd | 2 | 64 | x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx |
| p04-edge | 1 | 16 | 86_64,intel,broadwell,ib |
| p05-synt | 1 | 8 | x86_64,amd,milan,ib,ht |
| p06-arm | 2 | 80 | aarch64,ib |
| p07-power | 1 | 192 | ppc64le,ib |
| p08-amd | 1 | 128 | x86_64,amd,milan-x,ib,ht |
| PARTITION | nodes | whole node | cores per node | features |
| --------- | ----- | ---------- | -------------- | -------- |
| p00-arm | 1 | yes | 64 | aarch64,cortex-a72 |
| p01-arm | 8 | yes | 48 | aarch64,a64fx,ib |
| p02-intel | 2 | no | 64 | x86_64,intel,icelake,ib,fpga,bitware,nvdimm |
| p03-amd | 2 | no | 64 | x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx |
| p04-edge | 1 | yes | 16 | 86_64,intel,broadwell,ib |
| p05-synt | 1 | yes | 8 | x86_64,amd,milan,ib,ht |
| p06-arm | 2 | yes | 80 | aarch64,ib |
| p07-power | 1 | yes | 192 | ppc64le,ib |
| p08-amd | 1 | yes | 128 | x86_64,amd,milan-x,ib,ht |
Use `-t`, `--time` option to specify job run time limit. Default job time limit is 2 hours, maximum job time limit is 24 hours.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment