... | @@ -35,18 +35,22 @@ Here are some self-explanatory job script examples for several softwares/applica |
... | @@ -35,18 +35,22 @@ Here are some self-explanatory job script examples for several softwares/applica |
|
|
|
|
|
| **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 | 8 | 1 | 2000 | 12 hours | - |
|
|
| short | n[001-032] | uppa | 64 | 1 | 2000 | 12 hours | - |
|
|
| standard | n[001-032] | uppa | 8 | 1 | 2000 | 5 days | short |
|
|
| standard | n[001-032] | uppa | 64 | 1 | 2000 | 5 days | short |
|
|
| long | n[001-032] | uppa | 8 | 1 | 2000 | 30 days | short, standard |
|
|
| long | n[001-032] | uppa | 64 | 1 | 2000 | 30 days | short, standard |
|
|
| bigmem | bigmem01 | uppa | - | 2000 | 23000 | 5 days | - |
|
|
|
|
| free | n[001-032] | free | - | 1 | 2000 | - | short, standard,<br/>long |
|
|
| free | n[001-032] | free | - | 1 | 2000 | - | short, standard,<br/>long |
|
|
|
|
| bigmem | bigmem01 | bigmem | - | 2001 | 23000 | 5 days | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - |
|
|
|
|
|
|
### Regular partitions
|
|
### Regular partitions: short, standard, long
|
|
* All users can use the following accounts: uppa, free
|
|
* Accessible to all users.
|
|
* short, standard, long, bigmem
|
|
* Limit of 64 allocated cores per user
|
|
### Special partitions
|
|
|
|
* The free partition
|
|
|
|
* The gpu partition is only accessible to the members of the gpu account
|
|
|
|
|
|
|
|
|
|
### Special partitions: free, bigmem, gpu
|
|
|
|
* All users can use the bigmem and free partitions.
|
|
|
|
* The gpu partition is only accessible to the members of the gpu account.
|
|
|
|
|
|
|
|
## Error analysis
|
|
|
|
* QOSMaxCpuPerJobLimit
|
|
|
|
* BeginTime ?
|
|
## Accounting |
|
## Accounting |
|
|
|
\ No newline at end of file |