mpif77.mpich
Development files for MPICH
Install
- All systems
-
curl cmd.cat/mpif77.mpich.sh
- Debian
-
apt-get install libmpich-dev
- Ubuntu
-
apt-get install libmpich-dev
- Kali Linux
-
apt-get install mpich
- CentOS
-
yum install mpich
- Fedora
-
dnf install mpich
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmpich-dev
- OS X
-
brew install mpich
- Raspbian
-
apt-get install libmpich-dev
- Dockerfile
- dockerfile.run/mpif77.mpich
libmpich-dev
Development files for MPICH
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 MPICH headers and static libraries, as well as the compiler wrappers needed to build MPICH programs.
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.