Product specifications

Table Of Contents
B–Benchmark Programs
Benchmark 4: Measuring MPI Latency in Host Rings
IB6054601-00 H B-5
A
Searching for N/2 bandwidth. Maximum Bandwidth of 1958.400649
MB/s...
Found N/2 bandwidth of 992.943275 MB/s at size 153 bytes
This microbenchmark is available and can be downloaded from the QLogic web site:
http://www.qlogic.com
Benchmark 4: Measuring MPI Latency in Host
Rings
The program mpi_latency measures latency in a ring of hosts. Its syntax is
different from Benchmark 1 in that it takes command line arguments that let you
specify the message size and the number of messages over which to average the
results. For example, with a hosts file listing four or more nodes, the command:
$ mpirun -np 4 -ppn 1 -m mpihosts mpi_latency 100 0
might produce output like this:
0 1.760125
This output indicates that it took an average of 1.76 microseconds per hop to send
a zero-length message from the first host, to the second, to the third, to the fourth,
and then receive replies back in the other direction.