MP
Message Passing Interface
Topic
The Message Passing Interface (MPI) is a standardized and portable message-passing system designed to function on parallel computing architectures. It defines the syntax and semantics of library routines useful for writing portable message-passing programs in languages such as C, C++, and Fortran.

