What parallel programming model do you recommend today to take advantage of the manycore processors
- by Doctor J
If you were writing a new application from scratch today, and wanted it to scale to all the cores you could throw at it tomorrow, what parallel programming model/system/language/library would you choose? Why?
I am particularly interested in answers along these axes:
Programmer productivity / ease of use (can mortals successfully use it?)
Target…