how to deal with parallel programming

Posted by nkint on Programmers See other posts from Programmers or by nkint
Published on 2011-02-05T18:47:49Z Indexed on 2011/02/05 23:32 UTC
Read the original article Hit count: 234

Filed under:
|

Hi. I know that parallel programming is a big resource in computer graphics, with moder machines, and mayebe a computing model that will be grow up in the near future (is this trend true?).

I want to know what is the best way to deal with it. there is some practical general purpose usefulness in studying processor n-dimensional mesh, or bitonic sort in p-ram machines or it's only theory for domain specific hardware used in real particular signal elaborations of scientific simulations?

Is this the best way to acquire the know how for how to become acquainted with cuda or opencl? (i'm interested in computer graphics applications)

and why functional programming is so important to understand parallel computing?

ps: as someone has advice me i have forked this discussion from http://stackoverflow.com/questions/4908677/how-to-deal-with-parallel-programming

© Programmers or respective owner

Related posts about learning

Related posts about Parallelism