mandelbrot_openmp_test


mandelbrot_openmp_test, a C++ code which calls mandelbrot_openmp(), which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot set, using OpenMP for parallel execution.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

mandelbrot_openmp, a C++ code which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot fractal set, using OpenMP for parallel execution.

Source Code:


Last revised on 26 March 2020.