All the examples contain small reports (readme files) containing the results on several tests. Some of the are speedup, weak and strong scalability. Some where tested on a cluster computer.
The implemention of the 1D stencil operation using MPI is shown in example 1.
The implementation of Matrix-Matrix multiplication can be found in example 2.
The implementation of Parallel quicksort can be found in example 3.
The conjugate gradient method was used to solve the 2D Poission equation. The implementation is shown in example 4.