First page Back Continue Last page Summary Graphic
Semantics?
Need Messaging (e.g. MPI) on all systems.
What if everyone sends to one?
Communication is an O(N2) abstraction
- How well do data structures scale?
- Size O(N) per node, or O(1) per node?
- How are o,g,L affected by scalability of DS?