User Tools

Site Tools


mpi

This is an old revision of the document!


Message Passing Interface (MPI): The Concept


The MPI interface is meant to provide essential virtual topology, synchronization, and communication functionality between a set of processes (that have been mapped to nodes/servers/computer instances) in a language-independent way, with language-specific syntax (bindings), plus a few features that are language-specific. MPI programs always work with processes, but programmers commonly refer to the processes as processors. Typically, for maximum performance, each CPU (or core in a multicore machine) will be assigned just a single process. This assignment happens at runtime through the agent that starts the MPI program, normally called mpirun or mpiexec.

HPC environments are often measured in terms of FLoating point OPerations per Second (FLOPS)

mpi.1257406399.txt.gz · Last modified: 2010/05/22 14:19 (external edit)