open-mpi
1.1、open-mpi简介
是什么 ?:an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners.
开发语言:C
官方主页:https://www.open-mpi.org
源码仓库:https://github.com/open-mpi/ompi
1.2、通过包管理器安装open-mpi
操作系统包管理器安装命令
macOSHomeBrewbrew install open-mpi
GNU/LinuxHomeBrewbrew install open-mpi
aptsudo apt-get install -y open-mpi-utils libopen-mpi-dev
CentOSyumsudo yum install -y open-mpi-tools open-mpi-devel
dnfsudo dnf install -y open-mpi-tools open-mpi-devel
openSUSEzyppersudo zypper install -y open-mpi-tools open-mpi-devel
Alpine Linuxapksudo apk add open-mpi-tools open-mpi-dev

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm open-mpi
Gentoo LinuxPortagesudo emerge open-mpi
1.3、通过编译源码安装open-mpi
1.4、open-mpi中包含的命令
1.5、open-mpi中包含的头文件
1.6、open-mpi中包含的库文件
  • libmpi.{a | so | dylib}