Open-source implementation of the MPI message passing interface
Implementation of the MPI Message Passing Interface standard
mpiccmpicxxmpifortmpiexecmpirun$ mpicc -o hello hello.c$ mpirun -np 4 ./hello$ mpifort -o prog prog.f90 && mpirun -np 2 ./prog