Parallel Computing Primer


Basics Of MPI

<< | 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 >>

Print - Changes - Search
Last modified: April 25, 2007, at 01:32 PM.