ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



MPI_Wtick(3OpenMPI)                                                                      MPI_Wtick(3OpenMPI)



NAME
       MPI_Wtick - Returns the resolution of MPI_Wtime.


SYNTAX
C Syntax
       #include <mpi.h>
       double MPI_Wtick()


Fortran Syntax
       INCLUDE 'mpif.h'
       DOUBLE PRECISION MPI_WTICK()


C++ Syntax
       #include <mpi.h>
       double Wtick()


RETURN VALUE
       Time in seconds of resolution of MPI_Wtime.


DESCRIPTION
       MPI_Wtick  returns the resolution of MPI_Wtime in seconds. That is, it returns, as a double-precision
       value, the number of seconds between 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.


NOTE
       This function does not return an error value. Consequently, the result of calling it before  MPI_Init
       or after MPI_Finalize is undefined.



SEE ALSO
       MPI_Wtime





Open MPI 1.2                                   September 2006                            MPI_Wtick(3OpenMPI)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.