Introduction - If you have any usage issues, please Google them yourself
Using MPI in .net application. Message Passing Interface (MPI) is an API specification that allows processes to communicate with one another by sending and receiving messages. It is typically used for parallel programs running on computer clusters and supercomputers, where the cost of accessing non-local memory is high. MPI was created by William Gropp, Ewing Lusk and others.