Does It Make Any Real Difference?
Differences between 1Pt/Proc and nPt/Proc are visible for operations like A := B@east
- Data motion is required to move B elements
- 1Pt/Proc ==> all data sent, no local motion
- nPt/Proc ==> some sent, some local motion
- Q: How to generalize 1Pt/Proc case?