Skip to content

Commit 3c8abcd

Browse files
nilodnaVeckoTheGecko
authored andcommitted
fixing broken image
1 parent 520d276 commit 3c8abcd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/examples/documentation_MPI.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"\n",
177177
"With load-balancing we mean that `Particles` that are close together are ideally on the same MPI processor. Practically, it means that we need to take care how `Particles` are spread over chunks and processors. See for example the two figures below:\n",
178178
"\n",
179-
"![](http://oceanparcels.org/images/parcelsParallel.png)\n",
179+
"![](images/parcelsParallel.png)\n",
180180
"_Example of load-balancing for Particles. The domain is chunked along the thick lines, and the orange and blue particles are on separate MPI processors. Before load-balancing (left panel), two chuncks in the centre of the domain have both orange and blue particles. After the load-balancing (right panel), the Particles are redistributed over the processors so that the number of chunks and particles per processor is optimised._\n",
181181
"\n",
182182
"The difficulty is that since we don't know how the `ParticleSet` will disperse over time, we need to do this load-balancing 'on the fly'. If you to contribute to the optimisation of the load-balancing, please leave a message on [github](https://github.com/OceanParcels/parcels/issues)!\n"
209 KB
Loading

0 commit comments

Comments
 (0)