Skip to content

Commit 9b222d8

Browse files
authored
Merge pull request #3091 from jsquyres/pr/v2.0.x/mpi-wtick-man-page-fix
MPI_Wtick: may return a higher resolution than 10e-6 these days
2 parents 3c31432 + 02bdb01 commit 9b222d8

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
@@ -38,9 +39,6 @@ successive clock ticks. For example, if the clock is implemented by
3839
the hardware as a counter that is incremented every millisecond, the
3940
value returned by MPI_Wtick should be 10^-3.
4041
.PP
41-
Note that on POSIX platforms, Open MPI should always return 10^-6 for
42-
MPI_Wtick. The returned value may be different on Windows platforms.
43-
.PP
4442

4543
.SH NOTE
4644
This function does not return an error value. Consequently, the result

0 commit comments

Comments
 (0)