diff --git a/_episodes/01-cluster.md b/_episodes/01-cluster.md index e6e1af39..7709b8f9 100644 --- a/_episodes/01-cluster.md +++ b/_episodes/01-cluster.md @@ -1,4 +1,4 @@ ---- +![NeSI-HPC-Facility](https://github.com/user-attachments/assets/e9e6eda6-b1c7-4f55-84c0-965b9ac3ccd7)--- title: "Working on a remote HPC system" # teaching: 10 teaching: 20 @@ -35,6 +35,8 @@ that are provisioned to users on demand or as needed. *Cluster* is a more specific term describing a type of supercomputer comprised of multiple smaller computers (nodes) working together. Almost all supercomputers are clusters. +![NeSI-HPC-Facility](https://github.com/user-attachments/assets/fb2ca699-9c94-440c-a2e3-eeb2086eed31) + ## Access You will connect to a cluster over the internet either with a web client (Jupyter) or with SSH (**S**ecure **Sh**ell). Your main interface with the cluster will be using command line.