Strumenti Utente

Strumenti Sito


magistraleinformaticanetworking:spd:2016:tbblab

Questa è una vecchia versione del documento!


TBB Lab exercises

Lab time 06/05/2016

Simple "farm" with mandelbrot

Compute the Mandelbrot set like in the MPI lab farm exercise. Program parameters define a square n*n (or rectangular n*m) subset of the complex plane, the number of samples i,j for each coordinate, the max number of iterations per point MaxI.

The first exaple will not really be a farm: generate the input stream of points with a parallel for (either two nested or a single one with a 2D range). You will need to create appropriate range(s) for that.

The computation for each point is actually given by the mandelbrot function, which returns the number of iteration until the point diverges, or MaxI if the limit is exceeded.

Choose a plane region near the border of the mandelbrot set and getting some of the points of the set.

  • measure the execution time and the speedup which varies with the iteration limit parameter;
  • check what is the amount of parallelism choose by TBB
  • check if the load is balanced
  • check if you need to tune the grain size in order to achieve a good speedup when MaxI is low.
  • try choosing a different amoutn of parallelism

Can you dinamycally optimize the grain according to the input parameters?

Actual farm with mandelbrot

magistraleinformaticanetworking/spd/2016/tbblab.1462521638.txt.gz · Ultima modifica: 06/05/2016 alle 08:00 (9 anni fa) da Massimo Coppola

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki