DISTRIBUTE and Load Balance
CYCLIC always balances number of elements per processor
- Balances the computation load if all elements are equal
If P (# of processors) divides N (# of elements), BLOCK balances elements per processor
- There are pathological cases if P < N < P2