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

Update job-scheduling.md

parent f65cd1de
No related branches found
No related tags found
No related merge requests found
Pipeline #29192 passed with warnings
......@@ -106,14 +106,14 @@ Useful command options (salloc, sbatch, srun)
## Partitions
| PARTITION | nodes| cores per node |
| ------ | ------ | ------ |
| p00-arm | 1 | 64 |
| p01-arm | 8 | 48 |
| p02-intel | 2 | 64 |
| p03-amd | 2 | 64 |
| p04-edge | 1 | 16 |
| p05-synt | 1 | 8 |
| 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,gpgpu,mi100,fpga,xilinx |
| p04-edge | 1 | 16 | 86_64,intel,broadwell,ib |
| p05-synt | 1 | 8 | x86_64,amd,milan,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