oshfort
Development files for openmpi
Install
- All systems
-
curl cmd.cat/oshfort.sh
- Debian
-
apt-get install libopenmpi-dev
- Ubuntu
-
apt-get install libopenmpi-dev
- Arch Linux
-
pacman -S openmpi
- Kali Linux
-
apt-get install libopenmpi-dev
- CentOS
-
yum install openmpi-devel
- Fedora
-
dnf install openmpi-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libopenmpi-dev
- Raspbian
-
apt-get install libopenmpi-dev
- Dockerfile
- dockerfile.run/oshfort
openmpi-devel
Development files for openmpi
openmpi
High performance message passing library (MPI)
libopenmpi-dev
high performance message passing library -- header files
Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. This package contains the header files and compiler wrappers which are needed to compile and link programs against libopenmpi.