From 6a781555a0668110f5d29ac88e7c080321e88be5 Mon Sep 17 00:00:00 2001 From: Mohamed <144139409+ccaegul@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:12:42 +0100 Subject: [PATCH] Update Cluster_Computing.md --- mkdocs-project-dir/docs/Background/Cluster_Computing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs-project-dir/docs/Background/Cluster_Computing.md b/mkdocs-project-dir/docs/Background/Cluster_Computing.md index 3f99bc5d1..d5fce52c0 100644 --- a/mkdocs-project-dir/docs/Background/Cluster_Computing.md +++ b/mkdocs-project-dir/docs/Background/Cluster_Computing.md @@ -14,6 +14,11 @@ In this context, a cluster is a collection of computers (often referred to as "n They're networked together with some shared storage and a scheduling system that lets people run programs on them without having to enter commands "live". +If you are doing the "ARC - Introduction to High Performance Computing at UCL Moodle course" the link to the video explanation of this is here: https://moodle.ucl.ac.uk/mod/page/view.php?id=4623810 + +This video is also available here: https://mediacentral.ucl.ac.uk/Play/96444 + + ## Why would I want to use one? Some researchers have programs that require a lot of compute power, like simulating weather patterns or the quantum behaviour of molecules.