next up previous contents
Next: MPI_Bsend-MPI_Recv Up: Measurements of SKaMPI, Version Previous: Number 70   Contents


Point-to-point-pattern

The point-to-point-pattern calls the routine_to_be_measured to communicate with the farest node and the nearest node. These calls are varied over message length. Every parameter set is called repetitions times and the average value is stored. Since we are programming a message-passing MIMD system, we have distinct code for the server (measurement) and the client (just answering).

As result the sum of the incoming bandwidth and outgoing bandwidth is given. can be described in pseudocode as follows:
\begin{spacing}{1}
\begin{verbatim}/* Server-node */max_node := node with ma...
...swer for the routine_to_be_measured (message_length);\end{verbatim}\end{spacing}


Subsections

Per Ekman 2002-01-29