How should I implement zoom feature to my code for generating mandelbrot with mpi?
I managed to implement single-step generation using Open MPI by distributing Mandelbrot computation across 4 processors. Now, I want to add a zoom feature, but I do not know where to begin.