Next:
Communicating with other processes
Up:
MPI Hands-On - Introduction
Previous:
MPI Hands-On - Introduction
Parallel Computing
Separate
workers
or
processes
.
Interact
by exchanging
information.
Data-Parallel. Same operations on different data. Also called SIMD.
SPMD. Same program, different data.
MIMD. Different programs, different data.
Cem Ozdogan 2010-10-04