<< | Table of Contents | Process Creation And Execution >>
MPI or the Message Passing Interface is a library for creating parallel programs using the message-passing model. A single program or computation is a collection of processes executing the same code base and communicating with messages.
<< | Table of Contents | Process Creation And Execution >>