1 / 12

Introduction to MIMD architectures

Introduction to MIMD architectures. {Multi-processor} {Multi-computer} 15.1 Architectural concepts 15.2 Problems of scalable computers 15.3 Main design issues of scalable MIMD computers. TECH Computer Science. CH01. Multi-computer: Structure of Distributed Memory MIMD Architectures.

Download Presentation

Introduction to MIMD architectures

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to MIMD architectures • {Multi-processor} • {Multi-computer} • 15.1 Architectural concepts • 15.2 Problems of scalable computers • 15.3 Main design issues of scalable MIMD computers TECH Computer Science CH01

  2. Multi-computer:Structure of Distributed Memory MIMD Architectures

  3. Multi-computer (distributed memory system):Advantages and Disadvantages • +Highly Scalable • +Message passing solves memory access synchronization problem • -Load balancing problem • -Deadlock in message passing • -Need to physically copying data between processes

  4. Multi-processor:Structure of Shared Memory MIMD Architectures

  5. Multi-processor (shared memory system):Advantages and Disadvantages • +May use uniprocessor programming techniques • +Communication between processor is efficient • -Synchronized access to share data in memory needed • -Lack of scalability due to (memory) contention problem

  6. Best of Both Worlds (Multicomputer using virtual shared memory) • Also called distributed shared memory architecture • The local memories of multi-computer are components of global address space: • any processor can access the local memory of any other processor • Three approaches: • Non-uniform memory access (NUMA) machines • Cache-only memory access (COMA) machines • Cache-coherent non-uniform memory access (CC-NUMA) machines

  7. Structure of NUMA Architectures

  8. NUMA: remote load

  9. Structure of COMA Architectures

  10. Structure of CC-NUMA Architectures

  11. Classification of MIMD computers

More Related