single program/multiple data

(SPMD) A kind of parallel processing where the same program is run on multiple processors. Every instance of the program knows which part of the computation it should perform and the results of the computation are combined somehow.