Update home authored by van Vliet's avatar van Vliet
...@@ -371,7 +371,16 @@ Hello world from process 014 out of 016, processor name res-hpc-lo01.researchlum ...@@ -371,7 +371,16 @@ Hello world from process 014 out of 016, processor name res-hpc-lo01.researchlum
``` ```
Now the program is using all the cores of the local machine. Now the program is using all the cores of the local machine.
## Submitting jobs ## Workload manager: Slurm
The workload manager **Slurm** is installed on the cluster.
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?
### Submitting jobs
``` ```
module purge module purge
... ...
......