Difference between revisions of "Message Passing Interface (MPI)"

From UCT EE Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:Frameworks]]
 
[[Category:Software]]
 
 
= Overview =
 
 
= Installation =
 
 
 
[[Category:Frameworks]]
 
[[Category:Frameworks]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 09:35, 16 March 2020


Overview

Message Passing Interface (MPI) is a standardized and portable message-passing standard designed by a group of researchers from academia and industry to function on a wide variety of parallel computing architectures.

Installation

Debian based Operating Systems

This has been tested on Raspbian.

$ sudo apt-get install openmpi-common openmpi-bin libopenmpi-dev

Tutorial

See this link for usage notes.