CP331 Parallel Programming, WINTER 2016, WLU

Course Description

Parallel computers, or supercomputers or high-performance clusters are ubiquitous today in Science and Engineering. Parallel programming requires inventing new algorithms and programming techniques. This course will cover the fundamental paradigms of parallel programming, with an emphasis on problem solving and actual applications. The parallel programming concepts and algorithms will be illustrated via implementations in OpenMP and MPI (Message Passing Interface), as well as serial farming.

Important Course Information

Prerequisites

CP217 (proficiency in C)

Instructor

Dr. Ilias S. Kotsireas,  Office 2076A, Office Hours 24/7 and by appointment, Phone 884-0710 ext. 2218# E-Mail: ikotsireATwlu.ca

Course Topics

  1. Historical overview and evolution of parallel computing
  2. Fundamental concepts of parallelism
  3. Parallel computer memory architectures: shared memory, distributed memory, hybrid distributed-shared memory
  4. Parallel computer system architectures: Multi-Core, SMP, Clusters, Supercomputers, Flynn's Taxonomy
  5. Performance, Speedup, Scalability, Amdahl's law, Gustafson-Barsis's law, Karp-Flatt metric, Isoefficiency relation
  6. Load balancing: static, dynamic, termination detection
  7. Abstractions for parallel programming: Data Parallelism, Task Parallelism, Reduce and Scan, work assignment, Pipelining
  8. Programming paradigms for parallel computing: OpenMP, MPI, MapReduce/Google, Cilk, Cilk++, CUDA/GPU, Implicit Parallelism (Serial Farming)
  9. Applications: parallel sorting, parallel matrix-vector multiplication, parallel matrix multiplication, parallel searching, Floyd's algorithm, Sieve of Eratosthenes, Circuit Satisfiability

Class Schedule, Winter Semester Timetable

              |     Tue     |     Thu     |    
              |  5:30-7:00  |  5:30-7:00  |  
              |    N1057    |    N1057    |   
______________|_____________|_____________|__
              |             |             |             
Week 1:       |   Jan 05    |   Jan 07    |
Week 2:       |   Jan 12    |   Jan 14    |
Week 3:       |   Jan 19    |   Jan 21    |
Week 4:       |   Jan 26    |   Jan 28    |
Week 5:       |   Feb 02    |   Feb 04    | 
Week 6:       |   Feb 09    |   Feb 11    |
______________|_____________|_____________|__
              |
Reading Week  | Feb 15-18  N o  C o u r s e s
______________|______________________________
              |             |             |
Week 7:       |  Feb 23     |   Feb 25    |
Week 8:       |  Mar 01     |   Mar 03    |
Week 9:       |  Mar 08     |   Mar 10    |
Week 10:      |  Mar 15     |   Mar 17    |
Week 11:      |  Mar 22     |   Mar 24    |
Week 12:      |  Mar 29     |   Mar 31    |
______________|_____________|_____________|___
              |             |             |             

Course Requirements/Student Evaluation