High Performance Computing 1
Hardware Classification (Flynn)
•SISD
–single instruction, single data. this is the traditional von Neumann model of computing – that is, a basic serial machine
•SIMD
–single instruction, multiple data. classical vector supercomputers, and the old Connection Machines
•
•