... | @@ -443,6 +443,14 @@ This is a resource manager and a scheduler all in one. |
... | @@ -443,6 +443,14 @@ This is a resource manager and a scheduler all in one. |
|
|
|
|
|
### Partitions (info) (in SGE called queues)
|
|
### Partitions (info) (in SGE called queues)
|
|
|
|
|
|
|
|
#### Available partitions
|
|
|
|
|Partition | name | Nodes | Default | MemPerCpu | DefaultTime |
|
|
|
|
| --- | --- | --- | --- | --- | --- |
|
|
|
|
| all | res-hpc-exe[013-019] | Yes | 2048 | 1:00:00 |
|
|
|
|
| gpu | res-hpc-gpu[01-02] | No | 2048 | 1:00:00 |
|
|
|
|
| highmem | res-hpc-mem01 | No | 2048 | 1:00:00 |
|
|
|
|
| LKEBgpu | res-hpc-lkeb[01-05] | No | 2048 | - |
|
|
|
|
|
|
A job must always be submitted to a partition (queue). By default, the jobs will be submitted to the **"all"** partition unless you specify a different queue.
|
|
A job must always be submitted to a partition (queue). By default, the jobs will be submitted to the **"all"** partition unless you specify a different queue.
|
|
The following commands are useful:
|
|
The following commands are useful:
|
|
- sinfo
|
|
- sinfo
|
... | | ... | |