From dc53cd5f74182a7113ff1b89435b66b9ad136d98 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 2 Mar 2017 10:36:57 -0500 Subject: [PATCH] MPI_Wtick: may return a higher resolution than 10e-6 these days Thanks to Mark Dixon (@ccaamad) for reporting the error. Signed-off-by: Jeff Squyres --- ompi/mpi/man/man3/MPI_Wtick.3in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Wtick.3in b/ompi/mpi/man/man3/MPI_Wtick.3in index 03e6647698..e4eac4cfe7 100644 --- a/ompi/mpi/man/man3/MPI_Wtick.3in +++ b/ompi/mpi/man/man3/MPI_Wtick.3in @@ -1,6 +1,7 @@ .\" -*- nroff -*- .\" Copyright 2006-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation +.\" Copyright (c) 2017 Cisco Systems, Inc. .\" $COPYRIGHT$ .TH MPI_Wtick 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -45,9 +46,6 @@ successive clock ticks. For example, if the clock is implemented by the hardware as a counter that is incremented every millisecond, the value returned by MPI_Wtick should be 10^-3. .PP -Note that on POSIX platforms, Open MPI should always return 10^-6 for -MPI_Wtick. The returned value may be different on Windows platforms. -.PP .SH NOTE This function does not return an error value. Consequently, the result