Comparing: Collective communications



Collective Communication in PVM

Dynamic process group functions are a new feature available in PVM3

Joining and leaving groups in PVM


Broadcasting messages in PVM

Tasks can broadcast messages to groups whether or not they belong to that group.

Collective communication in MPI

Collective communication in MPI involves every process in the specified communicator.

To perform collective communication on a subset of processes a new communicator has to be created.


Distribution of data amongst processes in MPI

There exists a number of routines to distribute data amongst processes; these include:

MPI reduction operators

PREVIOUS NEXT
UP


Submitted by Mark Johnston,
last updated on 10 December 1994.