Update home authored by van Vliet's avatar van Vliet
...@@ -421,9 +421,9 @@ This is a resource manager and a scheduler all in one. ...@@ -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? - resource manager: are there resources free (memory, cpu, gpus, etc) on the nodes for the job?
- scheduler: when to run 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.
The following commands are useful: The following commands are useful:
- sinfo - sinfo
- sinfo -a - sinfo -a
... ...
......