Changes
Page history
Update home
authored
Jan 20, 2020
by
van Vliet
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
8fe44861
...
@@ -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
...
...
...
...