Sending and receiving are the two foundational concepts of MPI. Almost every single function in MPI can be implemented with basic send and receive calls. In this lesson, I will discuss how to use MPI’s blocking sending and receiving functions, and I will also overview other basic concepts associated with transmitting data using MPI. The code for this tutorial is available 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

