On Mon, 2014-11-17 at 17:31 +0000, Dave Love wrote: > I discovered from looking at the mpiP profiler that OMPI always uses > gettimeofday rather than clock_gettime to implement mpi_wtime on > GNU/Linux, and that looks sub-optimal.
It can be very expensive in practice, especially for codes that have fine-grained instrumentation. Marcus