Point-to-Point Communication using MPI

Date: April 19, 2024

The point-to-point communication in MPI involves sending data from one process to another. This lecture introduces a basic overview of how point-to-point communication works in MPI.



Examples of MPI collective communications between processors

Date: April 24, 2024

PI collective communication refers to communication patterns where multiple processes or tasks collaborate in a coordinated manner to exchange data. In MPI, collective communication routines allow all processes within a communicator to participate in communication operations simultaneously. This enables efficient synchronization and data exchange among processes in parallel applications.