Distributed Programming and MPI
This is a continuation of lesson 9
Study guide
- Understand what differentiates shared memory and distributed memory parallel programming
- Know how to send data between MPI processes
- Know how to read from and write to files with MPI I/O
- Know what ghost/halo cells are and understand how to use them to split data between processes
Readings and Assignments
Continue working on phase 7