Saturday 15 March 2014

algorithm - how to partition the 2d arrays among the processes for "The Game of Life" -


I am making an assignment using MPI to implement the Life of Life. I was thinking that I should use block-line partitions, split a cyclic row or block-checkerboard?

What are the professional and the opposition between the types of partition? I tried to find out the terms of partitioning (which starts to bind with parallel processing), but in such a way it was difficult to find without knowing my head. :)

Try one that fits your needs most, because it is an assignment , you should try the simplest first and allow other times.


No comments:

Post a Comment