... | @@ -40,21 +40,20 @@ The `$SCRATCHDIR` is automatically destroyed at the end of the job: **do not for |
... | @@ -40,21 +40,20 @@ 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** |
|
|
| **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 | 64 | 1 | 2000 | 12 hours | - |
|
|
| short | n[001-032] | uppa | 32 | 1 | 2000 | 12 hours | - |
|
|
| standard | n[001-032] | uppa | 64 | 1 | 2000 | 5 days | short |
|
|
| standard | n[001-032] | uppa | 32 | 1 | 2000 | 5 days | short |
|
|
| long | n[001-032] | uppa | 64 | 1 | 2000 | 30 days | short, standard |
|
|
| free | n[001-032] | free | 64 | 1 | 2000 | - | short, standard |
|
|
| free | n[001-032] | free | 96 | 1 | 2000 | - | short, standard,<br/>long |
|
|
|
|
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - |
|
|
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - |
|
|
|
|
|
|
### Regular partitions: short, standard, long
|
|
### 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 three partitions is limited to 64. This means that if you have 64 cores running on short, standard and long (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 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.
|
|
|
|
|
|
### Special partitions: free, bigmem, gpu
|
|
### Special partitions: free, bigmem, gpu
|
|
* Every user is member of the free and bigmem accounts. These accounts are needed to access the free and bigmem partitions, respectively.
|
|
* Every user is member of the free and bigmem accounts. These accounts are needed to access the free and bigmem partitions, respectively.
|
|
* The gpu partition is only accessible to the members of the gpu account.
|
|
* The gpu partition is only accessible to the members of the gpu account.
|
|
* The number of concurrently allocated cores per user on the free partition is limited to 96.
|
|
* The number of concurrently allocated cores per user on the free partition is limited to 64.
|
|
* The number of concurrently allocated cores per user on the bigmem and gpu partitions is not limited.
|
|
* The number of concurrently allocated cores per user on the bigmem and gpu partitions is not limited.
|
|
|
|
|
|
## Usual Slurm user commands
|
|
## Usual Slurm user commands
|
... | | ... | |