mpiexec.hydra
Implementation of the MPI Message Passing Interface standard
Install
- All systems
-
curl cmd.cat/mpiexec.hydra.sh
- Debian
-
apt-get install mpich
- Ubuntu
-
apt-get install mpich
- Kali Linux
-
apt-get install mpich
- CentOS
-
yum install mpich
- Fedora
-
dnf install mpich
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mpich
- OS X
-
brew install mpich
- Raspbian
-
apt-get install mpich
- Dockerfile
- dockerfile.run/mpiexec.hydra
mpich
Implementation of the MPI Message Passing Interface standard
MPICH is a high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 3.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O. This package includes the program binaries necessary to run MPICH programs.
mvapich2
OSU MVAPICH2 MPI package
mpich2
Transitional dummy package
This is a dummy package for the transition from mpich2 to mpich. It can safely be removed if nothing else depends on it.