Difference between revisions of "Message Passing Interface (MPI)"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Frameworks]] | [[Category:Frameworks]] | ||
[[Category:Software]] | [[Category:Software]] | ||
Line 14: | Line 7: | ||
= Installation = | = Installation = | ||
== Debian based Operating Systems == | == Debian based Operating Systems == | ||
− | This has been tested on Raspbian. | + | This has been tested on Raspbian. |
+ | |||
<code>$ sudo apt-get install openmpi-common openmpi-bin libopenmpi-dev </code> | <code>$ sudo apt-get install openmpi-common openmpi-bin libopenmpi-dev </code> | ||
= Tutorial = | = Tutorial = | ||
See [https://computing.llnl.gov/tutorials/mpi/ this link] for usage notes. | See [https://computing.llnl.gov/tutorials/mpi/ this link] for usage notes. |
Latest revision as of 09:35, 16 March 2020
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.