Automic VaultAutomic Vault

brew

open-mpi を Homebrew, apt, MacPorts でインストール

open-mpi のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install open-mpi

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install pcc

MacPorts ports tree · lang/pcc/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install pcc

Debian stable package indexes · pcc · ソース: deb.debian.org

概要

パッケージ概要

High performance message passing library

コマンドとエイリアス

  • mpiCC
  • mpic++
  • mpicc
  • mpicxx
  • mpiexec
  • mpif77
  • mpif90
  • mpifort
  • mpirun
  • ompi_info
  • opal_wrapper
  • oshrun
  • pcc
  • prte
  • prte-term
  • prte_info
  • prted
  • prterun
  • prun

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 1994: MPI-1.0 was published by the MPI Forum, establishing the standard API family that Open MPI implements.
  • Late 2004: the University of Stuttgart team became effectively part of the Open MPI effort through FT-MPI work, according to Open MPI's history page.
  • After version 1.0: the project expanded beyond the founding implementation teams to broader contributor participation, according to the Open MPI FAQ.
  • 2026-06-13: the Open MPI FAQ page used for this enrichment was last modified by the project.

Related projects

  • LAM/MPI, LA-MPI, FT-MPI, and PACX-MPI are the important historical parents of Open MPI.
  • The MPI Forum is the standards body whose MPI specifications define the programming model Open MPI implements.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 5 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.openmpi/mca-params.conf$prefix/etc/openmpi-mca-params.conf

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
mpiCCcliグローバル実行可能ファイル
mpic++cliグローバル実行可能ファイル
mpicccliグローバル実行可能ファイル
mpicxxcliグローバル実行可能ファイル
mpiexeccliグローバル実行可能ファイル
mpif77cliグローバル実行可能ファイル
mpif90cliグローバル実行可能ファイル
mpifortcliグローバル実行可能ファイル
mpiruncliグローバル実行可能ファイル
ompi_infocliグローバル実行可能ファイル
opal_wrappercliグローバル実行可能ファイル
oshruncliグローバル実行可能ファイル
pcccliグローバル実行可能ファイル
prtecliグローバル実行可能ファイル
prte-termcliグローバル実行可能ファイル
prte_infocliグローバル実行可能ファイル
prtedcliグローバル実行可能ファイル
prteruncliグローバル実行可能ファイル
pruncliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版5.0.9
マネージャ更新日2026-07-03
ローカルデータOK
上流not checked
検出された最新未検出

https://www.open-mpi.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:open-mpi
バージョン5.0.9
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/open-mpi
ホームページhttps://www.open-mpi.org/
リポジトリhttps://github.com/open-mpi/ompi
上流ドキュメントhttps://docs.open-mpi.org/
ライセンスBSD-3-Clause-Open-MPI AND mpich2
ソースアーカイブhttps://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.9.tar.bz2
最終更新2026-07-03T04:00:01Z
Pulseupdated
依存関係gcc, hwloc, libevent, pmix, prrte
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopen-mpi
Aliases
  • openmpi
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • mpich
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts94%

pcc

sudo port install pcc
  • installed executable or alias match
  • 一致条件: Pcc
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/pcc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

pcc 1.2.0~DEVEL+20220331-1

Portable C Compiler

http://pcc.ludd.ltu.se/

sudo apt install pcc
  • Section: devel
  • Architecture: amd64
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Pcc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pcc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

pcc 1.2.0~DEVEL+20220331-1

Portable C Compiler

http://pcc.ludd.ltu.se/

sudo apt install pcc
  • Section: universe/devel
  • Architecture: amd64
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Pcc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pcc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment