Skip to content

Commit 802deb6

Browse files
authored
Merge pull request #3090 from jsquyres/pr/mpi-wtick
MPI_Wtick: may return a higher resolution than 10e-6 these days
2 parents a88ae33 + dc53cd5 commit 802deb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ompi/mpi/man/man3/MPI_Wtick.3in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.\" -*- nroff -*-
22
.\" Copyright 2006-2008 Sun Microsystems, Inc.
33
.\" Copyright (c) 1996 Thinking Machines Corporation
4+
.\" Copyright (c) 2017 Cisco Systems, Inc.
45
.\" $COPYRIGHT$
56
.TH MPI_Wtick 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
67
.SH NAME
@@ -45,9 +46,6 @@ successive clock ticks. For example, if the clock is implemented by
4546
the hardware as a counter that is incremented every millisecond, the
4647
value returned by MPI_Wtick should be 10^-3.
4748
.PP
48-
Note that on POSIX platforms, Open MPI should always return 10^-6 for
49-
MPI_Wtick. The returned value may be different on Windows platforms.
50-
.PP
5149

5250
.SH NOTE
5351
This function does not return an error value. Consequently, the result

0 commit comments

Comments
 (0)