A user reported that he had to change the processMandelbrotElement function's name to all lower case, otherwise there would be a error. The local run of runMandelbrot.m worked fine. However, the ProActive run didn't show the Mandelbrot image, although all the data was correctly computed and stored in cnt variable. It just didn't plot.
A user reported that he had to change the
processMandelbrotElemen
t function's name to all lower case, otherwise there would be a error. The local run of runMandelbrot.m worked fine. However, the ProActive run didn't show the Mandelbrot image, although all the data was correctly computed and stored incnt
variable. It just didn't plot.