MPIBlib: MPI Benchmark library
Eager protocol point-to-point benchmark
Point-to-point benchmarks using MPI_Rsend/MPI_Recv pairs. It usually performs better than MPI_Send/MPI_Recv on high-latency links, probably because it uses the eager protocol.
The maximum time measured at sender or receiver is taken, and after a number of iterations the minimum time is taken.