Difference between revisions of "Message Passing Interface (MPI)"
Jump to navigation
Jump to search
(Created page with "Category:Frameworks Category:Software = Overview = = Installation = == Ubuntu and other Debian based Operating Systems == This has been tested on WSL and Raspbian...") |
|||
Line 6: | Line 6: | ||
= Installation = | = Installation = | ||
− | + | [[Category:Frameworks]] | |
− | + | [[Category:Software]] | |
− | <code>$ sudo apt install | + | = 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. | ||
+ | <code>$ sudo apt-get install openmpi-common openmpi-bin libopenmpi-dev </code> | ||
+ | |||
+ | = Tutorial = | ||
+ | See [https://computing.llnl.gov/tutorials/mpi/ this link] for usage notes. |
Revision as of 09:34, 16 March 2020
Contents
Overview
Installation
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.