How do you program N cores (as N -> infinity)
I have been touching on some of the aspects of this in various posts here recently. Basically you have 2 roughly related technologies to work with today. Shared memory (OpenMP) and distributed memory (MPI). Sure there are others, but these dominate. But there is a problem with these. Viewed 12841 times by 2256 viewers