macOS
brew install open-mpilocal Homebrew formula metadata
sudo port install pccMacPorts ports tree · lang/pcc/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für open-mpi in AI-Agent-Workflows.
Installation
brew install open-mpilocal Homebrew formula metadata
sudo port install pccMacPorts ports tree · lang/pcc/Portfile · Quelle: api.github.com
sudo apt install pccDebian stable package indexes · pcc · Quelle: deb.debian.org
Überblick
High performance message passing library
Verlauf
Open MPI is a production-grade, open-source implementation of the Message Passing Interface specification used for parallel and distributed computing. It matters because MPI remains one of the basic portability layers for HPC applications, and Open MPI packages the compiler wrappers, launchers, runtime services, and transport components that make MPI jobs practical on clusters and workstations.
The project was formed as a consolidation of earlier MPI implementations rather than as a small single-codebase fork. The Open MPI documentation names LAM/MPI, LA-MPI, and FT-MPI as the three prior implementations merged into Open MPI, with the University of Stuttgart team joining through FT-MPI work in late 2004; the project FAQ also describes PACX-MPI contributions as part of the initial technology base.
That origin shaped the project's design goals: a clean new implementation, peer review, vendor and researcher participation, and a component architecture that lets network, scheduler, and platform support evolve without forcing every downstream user to fork the whole MPI stack.
Open MPI grew into one of the standard MPI choices for Linux, macOS, BSD, and HPC software stacks because it provided a permissively licensed implementation with active involvement from academic labs, vendors, and users. The project's own FAQ emphasizes third-party components and commercial or closed-source plugin compatibility as intentional collaboration mechanisms.
Package managers expose Open MPI not only as a library but as a toolchain surface: Homebrew installs compiler wrappers such as mpicc and mpicxx alongside launch commands such as mpirun and mpiexec. That packaging model reflects how developers encounter MPI in practice: by compiling code through wrappers that inject the right headers, libraries, and runtime settings.
Developers use Open MPI to build MPI programs with wrapper compilers, launch multi-process jobs, inspect runtime configuration with ompi_info, and integrate jobs with cluster networking and process managers. Operators care about the runtime's transport and component selection because MPI performance depends heavily on the fabric, scheduler, host layout, and collective-communication choices.
On a laptop or CI machine Open MPI is often used to test parallel code paths at small process counts. On clusters it becomes part of the site software stack, where application teams expect stable mpirun/mpiexec behavior and admins tune the runtime for the interconnect and batch system.
Open MPI is package-nerd interesting because a formula is not just shipping a library: it ships a parallel-programming ABI, compiler wrappers, launchers, runtime daemons, Fortran/C/C++ surfaces, and configuration files. Small packaging changes can affect build reproducibility, linked MPI ABI compatibility, and runtime behavior across many scientific applications.
Its history also explains why it has many moving parts. The project's component model and merger lineage were a deliberate answer to duplicated MPI implementation work, so packagers inherit a system designed to absorb many platforms and hardware transports behind one familiar MPI interface.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.openmpi/mca-params.conf$prefix/etc/openmpi-mca-params.confExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
mpiCC | cli | globales Executable | |
mpic++ | cli | globales Executable | |
mpicc | cli | globales Executable | |
mpicxx | cli | globales Executable | |
mpiexec | cli | globales Executable | |
mpif77 | cli | globales Executable | |
mpif90 | cli | globales Executable | |
mpifort | cli | globales Executable | |
mpirun | cli | globales Executable | |
ompi_info | cli | globales Executable | |
opal_wrapper | cli | globales Executable | |
oshrun | cli | globales Executable | |
pcc | cli | globales Executable | |
prte | cli | globales Executable | |
prte-term | cli | globales Executable | |
prte_info | cli | globales Executable | |
prted | cli | globales Executable | |
prterun | cli | globales Executable | |
prun | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:open-mpi |
|---|---|
| Version | 5.0.9 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/open-mpi |
| Homepage | https://www.open-mpi.org/ |
| Repository | https://github.com/open-mpi/ompi |
| Upstream-Dokumentation | https://docs.open-mpi.org/ |
| Lizenz | BSD-3-Clause-Open-MPI AND mpich2 |
| Quellarchiv | https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.9.tar.bz2 |
| Zuletzt aktualisiert | 2026-07-03T04:00:01Z |
| Pulse | updated |
| Abhängigkeiten | gcc, hwloc, libevent, pmix, prrte |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | open-mpi |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
pcc
sudo port install pccpcc 1.2.0~DEVEL+20220331-1
Portable C Compiler
sudo apt install pccpcc 1.2.0~DEVEL+20220331-1
Portable C Compiler
sudo apt install pccQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.