... | @@ -40,8 +40,8 @@ The `$SCRATCHDIR` directory is automatically destroyed at the end of the job: ** |
... | @@ -40,8 +40,8 @@ The `$SCRATCHDIR` directory is automatically destroyed at the end of the job: ** |
|
|
|
|
|
| **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 | 64 | 1 | 2000 | 12 hours | - |- |
|
|
| standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short | job suspended |
|
|
| standard | n[001-032] | uppa | 64 | 1 | 2000 | 5 days | short | job suspended |
|
|
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard | job suspended |
|
|
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard | job suspended |
|
|
| bonus | n[001-032] | bonus | - | 1 | 2000 | - | short, standard, free | job requeued |
|
|
| bonus | n[001-032] | bonus | - | 1 | 2000 | - | short, standard, free | job requeued |
|
|
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - |
|
|
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - | - |
|
... | @@ -49,7 +49,7 @@ The `$SCRATCHDIR` directory is automatically destroyed at the end of the job: ** |
... | @@ -49,7 +49,7 @@ The `$SCRATCHDIR` directory is automatically destroyed at the end of the job: ** |
|
|
|
|
|
### Regular partitions: short, standard
|
|
### Regular partitions: short, standard
|
|
* Accessible to all users via the uppa account.
|
|
* Accessible to all users via the uppa account.
|
|
* The number of concurrently allocated cores per user cumulated over the two partitions is limited to 32. This means that if you have 64 cores running on short and standard (cumulated), your subsequent jobs will pend until some of your running jobs end.
|
|
* The number of concurrently allocated cores per user cumulated over the two partitions is limited to 64. This means that if you have 64 cores running on short and standard (cumulated), your subsequent jobs will pend until some of your running jobs end.
|
|
|
|
|
|
### Special partitions: free, bonus, bigmem, gpu
|
|
### Special partitions: free, bonus, bigmem, gpu
|
|
* Every user is member of the free, bonus and bigmem accounts. These accounts are needed to access the free, bonus and bigmem partitions, respectively.
|
|
* Every user is member of the free, bonus and bigmem accounts. These accounts are needed to access the free, bonus and bigmem partitions, respectively.
|
... | | ... | |