MPI
Updated: 11/16/2019 by Computer Hope
Short for Message Passing Interface. The goal of MPI is to develop a standard for writing programs that communicate by passing messages to one another. In other words, each program functions as an API (application programming interface) that is available to every other program.