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.
The computer code and data files described and made available on this web page are distributed under the MIT license
mandelbrot_openmp, a C code which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot fractal set, using OpenMP for parallel execution.