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).
Pattern: Collective varied over number of nodes.
default values: 8 nodes, message length 256 units, max. / act. time for suite disabled/0.00 min.