Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -38,13 +38,14 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for
## Partitions and limits
| **Partition** | **Nodes** | **Account** | **Max cores<br/>per job** | **Min mem<br/>per core (MB)** | **Max mem<br/>per core (MB)** | **Time limit** | **Preempted by** |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
| short | n[001-032] | uppa | 32 | 1 | 2000 | 12 hours | - |
| standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short |
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard |
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - |
| gpu | gpu01 | gpu | - | - | - | - | - |
| **Partition** | **Nodes** | **Account** | **Max cores<br/>per job** | **Min mem<br/>per core (MB)** | **Max mem<br/>per core (MB)** | **Time limit** | **Preempted by** |**Preemption behavior** |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
| short | n[001-032] | uppa | 32 | 1 | 2000 | 12 hours | - |- |
| standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short | suspends job |
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard |suspends job |
| bonus | n[001-032] | bonus | 64 | 1 | 2000 | - | short, standard, free |requeues job |
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - |
| gpu | gpu01 | gpu | - | - | - | - | - | - |
### Regular partitions: short, standard
* Accessible to all users via the uppa account.
......
......