|
|
|
|
|
by _wmd
2526 days ago
|
|
I think the keyword here is transparency -- later designs (even stuff like MPI) explicitly expose the topology of the available hardware. SMP is the closest thing we've ever got to true transparency, and then only for 80% of cases, and for those only because the compute nodes have very similar locality and e.g. memory bandwidth Even SMP requires careful control if you want to get anything close to the actual performance of the underlying hardware, and the topology is once again very explicit |
|