icp/oer/courses/c-openmp/sections/04-problem-solving/00-mandelbrot/content.html

3 lines
241 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
<p>This program displays a representation of the <a href="https://en.wikipedia.org/wiki/Mandelbrot_set">Mandelbrot set</a>.</p>
<p>Modify the code to run the calculation in parallel. You will be able to observe performance improvements.</p>