Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 21, 2024
1 parent 1ca7171 commit 1d2e5d4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/intermediate/overview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
!!! info "Objectives"
- We'll get an overview of UPPMAX and SNIC/NAISS and how a computer cluster works


## The bigger picture

![Vetenskapsrådet logo](./img/vr_logo_128_x_154.png)
![NAISS logo](./img/naiss_logo.png)

- [Vetenskapsrådet](https://www.vr.se) ('Science counsel', VR) is biggest funder
of research in Sweden and funds HPC infrastructure
- [**National Academic Infrastructure for Supercomputing in Sweden**](https://www.naiss.se/) (NAISS) provides HPC infrastructure: computing power, storage and data services. Apply [here](https://www.naiss.se//#application-rounds-for-compute-and-storage-resources) for compute and storage
- [Uppsala Multidisciplinary Center for Advanced Computational Science](https://www.uppmax.uu.se/) (**UPPMAX = UppMACS**) provides HPC infrastructure in Uppsala
- [**National Academic Infrastructure for Supercomputing in Sweden**](https://www.naiss.se/) (NAISS)
provides HPC infrastructure: computing power, storage and data services.
Apply [here](https://www.naiss.se//#application-rounds-for-compute-and-storage-resources)
for compute and storage
- [Uppsala Multidisciplinary Center for Advanced Computational Science](https://www.uppmax.uu.se/) (**UPPMAX = UppMACS**)
provides HPC infrastructure in Uppsala

```mermaid
flowchart TD
Expand All @@ -36,7 +39,7 @@ flowchart TD

## UPPMAX systems

- [UPPMAX clusters](https://www.uppmax.uu.se/resources/systems/) are:
- [UPPMAX clusters](http://docs.uppmax.uu.se/cluster_guides/uppmax_cluster/) are:
- Rackham: regular data, general purpose
- Snowy: regular data, long runs and GPU:s
- **Bianca: for sensitive data, general use**
Expand All @@ -62,7 +65,7 @@ flowchart TD
is_long --> |yes|Snowy
```

- [UPPMAX storage](https://www.uppmax.uu.se/resources/systems/storage-systems/)
- UPPMAX storage:
- On-load, active use: Castor of Bianca, Crex for Rackham
- Off-load, archive: Lutra for Rackham

Expand All @@ -81,7 +84,7 @@ flowchart TD
usage_type-->|archive|Lutra
```

- [UPPMAX cloud](https://www.uppmax.uu.se/resources/systems/the-uppmax-cloud/),
- UPPMAX cloud:
called 'Dis' (the Swedish word for 'haze'), it is
the `EAST-1` region of the SNIC science cloud.

Expand Down

0 comments on commit 1d2e5d4

Please sign in to comment.