The PVM Adaptation of the Mandelbrot Set




This program (using code from my other Mandelbrot Set program, which actually did a lot more) draws a Mandelbrot Set to the screen using PVM multitasking. 10 other computers figured out what to draw, and the data was sent back to my terminal.



This image was captured as the program was recieving data and drawing it on the screen.


Code for the Master program.
Code for the Slave program.


William Luebke, 1998