Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -41,9 +41,9 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for ...@@ -41,9 +41,9 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for
| **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** | | **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 | - |- | | short | n[001-032] | uppa | 32 | 1 | 2000 | 12 hours | - |- |
| standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short | suspends job | | standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short | job suspended |
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard |suspends job | | free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard | job suspended |
| bonus | n[001-032] | bonus | 64 | 1 | 2000 | - | short, standard, free |requeues job | | bonus | n[001-032] | bonus | 64 | 1 | 2000 | - | short, standard, free | job requeued |
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - | | bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - |
| gpu | gpu01 | gpu | - | - | - | - | - | - | | gpu | gpu01 | gpu | - | - | - | - | - | - |
... ...
......