MPI Send and Receive

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.

(more…)

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