mpicc.mpich2
Development files for MPICH
Install
- All systems
-
curl cmd.cat/mpicc.mpich2.sh
- Debian
-
apt-get install libmpich-dev
- Ubuntu
-
apt-get install libmpich-dev
- Kali Linux
-
apt-get install libmpich-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmpich-dev
- Raspbian
-
apt-get install libmpich-dev
- Dockerfile
- dockerfile.run/mpicc.mpich2
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.
libmpich2-dev
Transitional dummy package for MPICH development files
This is a dummy package for the transition from libmpich2-dev to libmpich-dev. It can safely be removed if nothing else depends on it.