The whole point of MPI (Message Passing Interface) is to make processes communicate. Point-to-point communication is divided into two operations: Send and Receive. Its most basic form is called blocking. Here I wrote a blocking and non-blocking mpi program in c++. communications.
mpi deadlock ring-topology non-blocking-communication mpi-gather point-to-point-communication blocking-communication
-
Updated
Dec 29, 2021 - C++