Lecture 12
Learning objectives
After this class, you should be able to:
- Explain, implement, and analyze the time complexity of the parallel even-odd transposition sorting algorithm.
- Explain the need for the MPI_Sendrecv function.
Reading assignment
- Lecture 12 slides.
- Lecture 12 example code.
- Section 3.6-3.7.
Exercises and review questions
- Questions on current lecture's material
- Run the lecture 12 example code on the Bridges, both in interactive and batch modes.
- Questions on next lecture's material
- None.