Home » Computer Organization and Architecture | MIMD

Computer Organization and Architecture | MIMD

by Online Tutorials Library

MIMD

MIMD stands for ‘Multiple Instruction and Multiple Data Stream’.

In this organization, all processors in a parallel computer can execute different instructions and operate on various data at the same time.

In MIMD, each processor has a separate program and an instruction stream is generated from each program.

MIMD

Examples:

Cray T90, Cray T3E, IBM-SP2

You may also like