MPI

From SourceWiki
Jump to navigation Jump to search

MPI: Message passing for distributed memory computing

Introduction

Hello World

These programs assume that all processes can write to the screen. This is not a safe assumption.

Send and Receive

A Common Bug

Non-Blocking Communication

Latency Hiding

Collective Communications

Load Balancing