Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions exercises/threads/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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++
Expand Down