Summary

Message Passing Programming focuses on the parallisation of code by using several cores which each represent a thread which each complete tasks. To do this we use MPI (Message Passing Implementation) which is an API (Application Programming Interface) that supports multi-processing on DISTRIBUTED memory environments in C, C++ and Fortran. Our assessment for this module was entirely coursework which is included on this page. I completed all this work in C.

Assignment (100%)

Due 4th December 2015.

Assignment Description: View pdf

Report: View pdf

Source Code: View Code

Read me : View README