Collection of some MPI codes
-
Updated
Oct 20, 2020 - C
Collection of some MPI codes
We are interested in the point to point communication in the linear network model topology using openmp.
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.
Assignment 3 in High performance Computing (Parrallel processing), Encrypt a message using Caesar Cipher
Add a description, image, and links to the mpi-gather topic page so that developers can more easily learn about it.
To associate your repository with the mpi-gather topic, visit your repo's landing page and select "manage topics."