slide 17 of 32
SIMD
Single Instruction stream, Multiple Data stream
Synchronously execute the same instruction on each processor's local data
Interactions between processors are efficient
A good match for vector operations
Debug like serial code