openmpi
MPI-3 implementation
The Open MPI Project is an MPI-3 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
- Versions: 5.0.7 · 4.1.6
- Website: https://www.open-mpi.org
- Licenses: FreeBSD
- Package source: gnu/packages/mpi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of openmpi
as follows:
guix install openmpi
Or install a particular version:
guix install openmpi@4.1.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of openmpi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/openmpi'><img src='https://packages.guix.gnu.org/packages/openmpi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/openmpi)
Example Org:
[[https://packages.guix.gnu.org/packages/openmpi][https://packages.guix.gnu.org/packages/openmpi/badges/latest-version.svg]]