Part II. USING MPI

1. Basic Concepts

Types of Communication:

Group & Rank: An ordered collection of processes, each with a rank (ranging from 0 to n-1), which defines the low-level names for inter-process communication and the scope of collective operations.

Communicators

MPI_COMM_WORLD Message data:  
Examples:
 

Homework 2.