MANDELBROT_PYCUDA: PyCUDA version Compute the Mandelbrot set and save it in a graphics file. Xnum = 1000 x Ynum = 1000 = 1000000 Pixels Maximum number of iterations = 200 Plot saved in file "mandelbrot_pycuda.pgm" MANDELBROT_PYCUDA: Normal end of execution.