CISC372: MPI Introduction

Summary

The message-passing model of parallel computation. Introduction to the MPI library, init and finalize, hello world. Compiling and executing a C/MPI program. Barriers and reduction.

Slides: 05_mpi_intro.pdf

Videos

MPI Introduction
Example: SAT Solver
The Core Principles of Parallel Programming
Reduction
Barriers and Time

Code Examples

Leave a Reply