MANDELBROT_OPENMP: C/OPENMP version Compute the Mandelbrot set and display it. X range: [ -1, -0.6 ] Y range: [ 0, 0.4 ] Xnum = 1000 x Ynum = 1000 = 1000000 Pixels Maximum number of iterations = 200 Compute time: Wallclock: 0.90 sec. Plot saved in file 'mandelbrot_openmp.png' MANDELBROT_OPENMP: Normal end of execution.