SPMD (Single Program Multiple Data)

Home > Computer Science > Computer Architecture > Parallel Processing > SPMD (Single Program Multiple Data)

In SPMD, each processing unit executes the same program on different sets of data. This is commonly used in high-performance computing applications that require large amounts of data to be processed simultaneously.