Motivation
On distributed memory parallel systems the cost of accessing data across the network is expensive
Typically sending a message is 10-100 times more expensive than accessing local memory
Rule of thumb: the fewer messages sent the better
Back to get_data() from the parallel trapezoid program ...