CSC 406 - Architecture of Parallel Computers

Catalog Description:
The need for parallel and massively parallel computers. Taxonomy of parallel computer architecture, and programming models for parallel architectures. Example parallel algorithms. Shared-memory vs. distributed-memory architectures. Correctness and performance issues. Cache coherence and memory consistency. Bus-based and scalable directory-based multiprocessors. Interconnection-network topologies and switch design. Brief overview of advanced topics such as multiprocessor prefetching and speculative parallel execution. Credit is not allowed for more than one course in this set: ECE 406, ECE 506, CSC 406.
Contact Hours: Prerequisites: None
Co-requisites: None
Restrictions: None
Coordinator:
Textbook: None

Course Outcomes:

  1. Explain why parallel architectures are needed, and where and how they are used.
  2. Compare and contrast different parallel programming models: shared memory (e.g. OpenMP) vs. message passing.
  3. Describe and apply parallel programming constructs in software: locks, barriers, point-to-point synchronization
  4. Describe and evaluate multiple parallelization techniques: loop level, task level, and algorithm level.
  5. Identify correctness issues in parallel programs related to variable scope, synchronization points, and computation ordering.
  6. Describe common performance bottlenecks related to loop transformations, thread scheduling, locality, page allocation, and false sharing.
  7. Describe the memory hierarchy and organization for a parallel computer, in particular, cache organization, write policy (write-through vs. write-back), replacement policy.
  8. Describe a bus-based multiprocessor architecture.
  9. Describe cache coherence protocols on bus-based machines and evaluate their latency and bandwidth trade-offs.
  10. Describe hardware support for synchronization primitives.
  11. Define memory consistency.
  12. Describe and evaluate  directory-based cache coherency on distributed shared memory machines.
  13. Describe common interconnection networks in use today.


Topics:

See Course Listings

See Course Coordinators