... | @@ -40,7 +40,6 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n |
... | @@ -40,7 +40,6 @@ 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** |
|
|
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
|
|
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
|
|
| project | n[001-034], bigmem01 | _depends on project_ | 80 | 1 | - | 5 days | - |- |
|
|
|
|
| short | n[001-034], bigmem01 | uppa | 64 | 1 | 2000 | 12 hours | - |- |
|
|
| short | n[001-034], bigmem01 | uppa | 64 | 1 | 2000 | 12 hours | - |- |
|
|
| standard | n[001-032] | uppa | 64 | 1 | 2000 | 5 days | project, short | job suspended |
|
|
| standard | n[001-032] | 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-032] | free | 96 | 1 | 2000 | - | project, short, standard | job suspended |
|
... | @@ -48,12 +47,13 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n |
... | @@ -48,12 +47,13 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n |
|
| 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[033-034] | smp | 32 on one node | 2001 | 4700 | 5 days | - | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - | - |
|
|
| gpu | gpu01 | gpu | - | - | - | - | - | - |
|
|
|
|
| project | n[001-034], 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.
|
|
* 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.
|
|
* 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, smp, gpu
|
|
### Special partitions: free, bonus, bigmem, smp, gpu, project
|
|
* 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.
|
|
* 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 96.
|
... | @@ -67,6 +67,9 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n |
... | @@ -67,6 +67,9 @@ The `$SCRATCHDIR` directory is destroyed 5 days after the end of the job: **do n |
|
* When the cluster occupation is low or the job does not last long (limits the risk for the bonus job to be requeued by the preemption mechanism).
|
|
* When the cluster occupation is low or the job does not last long (limits the risk for the bonus job to be requeued by the preemption mechanism).
|
|
* For restartable jobs (in order not to completely start over the simulation if the bonus job is requeued by the preemption mechanism).
|
|
* For restartable jobs (in order not to completely start over the simulation if the bonus job is requeued by the preemption mechanism).
|
|
* When having a job requeued is not a big issue.
|
|
* When having a job requeued is not a big issue.
|
|
|
|
* On the project partition:
|
|
|
|
* Jobs related to special projects use prioritary hours.
|
|
|
|
* The number of concurrently allocated cores per user is limited to 80.
|
|
|
|
|
|
## Usual Slurm user commands
|
|
## Usual Slurm user commands
|
|
Submit a job:
|
|
Submit a job:
|
... | | ... | |