Parallel algorithm design -


I am trying to figure out what is the best practice while designing the algorithm parallel to the data distribution model. What can be the pros and cons against the cyclical distribution vs. the block distribution of the data distribution in the memory. Any help would be appreciated.

"post-text" itemprop = "text">

Quinn's "MPI and OpenM with Parallel Programming in C" provides lots of examples of different ways of distributing data in parallel programming There is even a decision-tree which relies on your needs to help you find out which approach is most convenient.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -