@@ -421,9 +421,9 @@ This is a resource manager and a scheduler all in one.
- resource manager: are there resources free (memory, cpu, gpus, etc) on the nodes for the job?
- scheduler: when to run the job?
### Partitions (info) (SGE queues)
### Partitions (info) (in SGE called queues)
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.