Next: Data Distribution
Up: Introduction to High Performance
Previous: SPMD Model
Portable message passing systems,
- Message Passing Interface (MPI),
- Parallel Virtual Machine (PVM),
can operate on heterogeneous networks.
For example,
Send(to_pid,buffer,length) ! Send buffer
Recv(from_pid,buffer,length) ! Receive buffer
Bcst(from_pid,buffer,length) ! Broadcast buffer
Barrier() ! Synchronise
For more information, click here
Next: Data Distribution
Up: Introduction to High Performance
Previous: SPMD Model
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.