Skip to content

Commit

Permalink
slurm_intro.md link to slurm scheduler graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Sep 23, 2024
1 parent 62d036e commit 419374f
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/slurm_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@
- 20 minutes: exercise + quiz
- 5 minutes: discuss answers

## Nodes

### One node consists of...
![node principle](./img/node.png)

### The compute clusters have this principle
![nodes principle](./img/nodes.png)

## The compute nodes

When you are logged in, you are on a login node.
There are two types of nodes:

Type |Purpose
------------|--------------------------
Login node | Start jobs for worker nodes, do easy things. You share 2 cores and 15 GB RAM with active users within your project
Compute nodes | Do hard calculations, either from scripts of an interactive session

- Bianca contains hundreds of nodes, each of which is isolated from each other and the Internet.



### Try interactive and run RStudio

We recommend using at least two cores for [RStudio](http://docs.uppmax.uu.se/software/rstudio/),
Expand Down Expand Up @@ -260,10 +282,11 @@ echo Hello world!
```
## Links

- [Slurm documentation](https://slurm.schedmd.com/){:target="_blank"}
- [Official slurm documentation](https://slurm.schedmd.com/){:target="_blank"}
- [New Slurm user guide (needs updates)](https://uppmax.github.io/UPPMAX-documentation/cluster_guides/slurm/){:target="_blank"}
- [Discovering job resource usage with `jobstats`](http://docs.uppmax.uu.se/software/jobstats/){:target="_blank"}
- [Plotting your core hour usage](http://docs.uppmax.uu.se/software/projplot/){:target="_blank"}
- [Plotting your core hour usage](http://docs.uppmax.uu.se/software/projplot/){:target="_blank"}
- [The job scheduler graphically](https://docs.uppmax.uu.se/cluster_guides/slurm_scheduler/){:target="_blank"}

!!! example "Discussion"

Expand Down

0 comments on commit 419374f

Please sign in to comment.