First page Back Continue Last page Overview Graphics
The Message-Passing Model
- A process is (traditionally) a program counter and address space.
- Processes may have multiple threads (program counters and associated stacks) sharing a single address space.  MPI is for communication among processes, which have separate address spaces.
- Interprocess communication consists of - Synchronization
- Movement of data from one process’s address space to another’s.
 
Notes: