next up previous contents
Next: MPI_Gatherv-length Up: Collective-pattern Previous: MPI_Gather_SR-nodes-long   Contents

MPI_Gather_SR-nodes-short

Using a Gather operation a root process collects data distributed on several nodes and writes the the received data in one contigious buffer. Here we implemented this operation with MPI_Send and MPI_Recv. It is interesting to compare this implementation with the MPI implemented MPI_Gather or our other implementation of gather (Send-Receive). We vary over the number of nodes. The messages have the length of 256 Bytes (for each node).

\epsfig{file=col_MPI_Gather_SR-nodes-short.eps}
  number of nodes
X axis scale linear
Param. refinement no automatic x wide adaption
Argument range 2 - 8 units (s. below)
Argument stepwidth 1.000000

next up previous contents
Next: MPI_Gatherv-length Up: Collective-pattern Previous: MPI_Gather_SR-nodes-long   Contents
Per Ekman 2002-01-29