So far in the beginner MPI tutorial, we have examined point-to-point communication, which is communication between two processes. This lesson is the start of the collective communication section. Collective communication is a method of communication which involves participation of all processes in a communicator. In this lesson, we will discuss the implications of collective communication and go over a standard collective routine – broadcasting. The code for the lesson can be downloaded here.
ABOUT

Hi, my name is Wes, and I created this website. I received my Ph.D. in Computer Science from the University of Tennessee, Knoxville. When I first started learning MPI ...
Click here for more info
RECOMMENDED BOOKS
My recommendations for great books on MPI.
Click here for more info

BEGINNER TUTORIAL
A step-by-step tutorial on beginner MPI topics.
Click here for more info

