Parallel Computing
- Welcome to Part 3
- Parallel Computing
- Parallel Programming
- Shared-Variables Model
- How to parallelise the Income Calculation example?
- Solution to Income calculation in Shared-Variables
- Message-Passing Model
- How to parallelise the traffic simulation?
- Solution to Traffic simulation in Message-Passing
- MPI and processes
- OpenMP and threads
- Comparing the Message-passing and Shared-Variables models
- Terminology Quiz
- Parallel Performance