Commit 3d22aaee authored by Mads R. B. Kristensen's avatar Mads R. B. Kristensen
Browse files

fixed link typo

parent d6c2a7c3
......@@ -52,7 +52,7 @@ Now, let's run it (note that `CHPL_RT_NUM_THREADS_PER_LOCALE` tells Chapel the n
Multiple Machines
-----------------
In order to improve the performance even further, we can tell Chapel to execute the stencil operation in parallel on multiple machines (`multiple_machines.chpl <src/multiple_machines.chpl>`).
In order to improve the performance even further, we can tell Chapel to execute the stencil operation in parallel on multiple machines ([multiple_machines.chpl](src/multiple_machines.chpl)).
We still use the `forall` loop construct, be we have to tell Chapel how to distributes `A` and `T` between the multiple machines. For that, we use the `dmapped` language construct when defining the `Grid` and `Interior` domain:
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment