The mandelbrot calculation is neat example to provide to show how the WBE engine can be used to compute various calculations (the mandelbrot set in this example). This will also create an image from the output if a filename is provided and the pillow library is installed (that library does the actual image writing). See: http://en.wikipedia.org/wiki/Mandelbrot_set Part of blueprint more-examples Change-Id: I12b9b7a2ce61b17ddaa2930cc9cf266ae0c60932
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
Calculating your mandelbrot fractal of size 512x512.
|
|
Running 2 workers.
|
|
Execution finished.
|
|
Stopping workers.
|
|
Writing image...
|
|
Gathered 262144 results that represents a mandelbrot image (using 8 chunks that are computed jointly by 2 workers).
|