Message Passing Interface (MPI)

From UCT EE Wiki
Revision as of 09:35, 16 March 2020 by CRNKEE002 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Overview[edit]

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[edit]

Debian based Operating Systems[edit]

This has been tested on Raspbian.

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

Tutorial[edit]

See this link for usage notes.