Difference between revisions of "MPI"

From SourceWiki
Jump to navigation Jump to search
m (Protected "MPI" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 1: Line 1:
 +
[[Category:Pragmatic Programming]]
 +
'''MPI: Message passing for distributed memory computing'''
  
stuff and things.
+
=Introduction=
 +
 
 +
=Hello World=
 +
 
 +
=Send and Receive=
 +
 
 +
==A Common Bug==
 +
 
 +
=Non-Blocking Communication=
 +
 
 +
==Latency Hiding==
 +
 
 +
=Collective Communications=
 +
 
 +
==Load Balancing==

Revision as of 10:12, 19 July 2010

MPI: Message passing for distributed memory computing

Introduction

Hello World

Send and Receive

A Common Bug

Non-Blocking Communication

Latency Hiding

Collective Communications

Load Balancing