Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -40,14 +40,14 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n ...@@ -40,14 +40,14 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n
| **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-034], bigmem01 | uppa | 64 | 1 | 2000 | 12 hours | - |- | | short | n[001-036], bigmem01 | uppa | 64 | 1 | 2000 | 12 hours | - |- |
| standard | n[001-032] | uppa | 64 | 1 | 2000 | 5 days | project, short | job suspended | | standard | n[001-034] | uppa | 64 | 1 | 2000 | 5 days | project, short | job suspended |
| free | n[001-032] | free | 96 | 1 | 2000 | - | project, short, standard | job suspended | | free | n[001-034] | free | 96 | 1 | 2000 | - | project, short, standard | job suspended |
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - | | bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - |
| smp | n[033-034] | smp | 32 on one node | 2001 | 4700 | 5 days | - | - | | smp | n[035-036] | smp | 32 on one node | 2001 | 4700 | 5 days | - | - |
| gpu | gpu01 | gpu | - | - | - | - | - | - | | gpu | gpu01 | gpu | - | - | - | - | - | - |
| bonus | n[001-034],bigmem01, gpu01, visu01 | bonus | - | 1 | - | - | _any other partition_ | job requeued | | bonus | n[001-036],bigmem01, gpu01, visu01 | bonus | - | 1 | - | - | _any other partition_ | job requeued |
| project | n[001-034], bigmem01 | _depends on project_ | 80 | 1 | - | 5 days | - |- | | project | n[001-036], bigmem01 | _depends on project_ | 80 | 1 | - | 5 days | - |- |
### Regular partitions: short, standard ### Regular partitions: short, standard
* Accessible to all users via the uppa account. * Accessible to all users via the uppa account.
... ...
......