From f27dfbb74f9688ca2f3c9f99861dd96e3ddf4c17 Mon Sep 17 00:00:00 2001 From: JPRichings Date: Tue, 9 Apr 2024 13:54:34 +0100 Subject: [PATCH] update exercise path --- exercises/threads/instructions.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/exercises/threads/instructions.md b/exercises/threads/instructions.md index ff36f3d..0f8d185 100644 --- a/exercises/threads/instructions.md +++ b/exercises/threads/instructions.md @@ -5,7 +5,7 @@ Source for this can be obtained from Github. Get a new copy with: ``` -git clone https://github.com/EPCCed/archer2-CPP-2021-07-20 +git clone https://github.com/EPCCed/archer2-cpp ``` or update your existing one with @@ -17,11 +17,9 @@ git pull then you can ``` -cd archer2-CPP-2021-07-20/exercises/threads +cd archer2-cpp/exercises/threads ``` - - `area.cpp` contains a C++ version of the Mandelbrot example which you used in Threaded Programming. Parallelise the outer loop of the main computation using C++