Query: mpi_wtick
OS: osx
Section: 3openmpi
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MPI_Wtick(3OpenMPI) MPI_Wtick(3OpenMPI)NAMEMPI_Wtick - Returns the resolution of MPI_Wtime.SYNTAXC Syntax #include <mpi.h> double MPI_Wtick() Fortran Syntax INCLUDE 'mpif.h' DOUBLE PRECISION MPI_WTICK() C++ Syntax #include <mpi.h> double Wtick()RETURN VALUETime in seconds of resolution of MPI_Wtime.DESCRIPTIONMPI_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.NOTEThis function does not return an error value. Consequently, the result of calling it before MPI_Init or after MPI_Finalize is undefined.SEE ALSOMPI_Wtime Open MPI 1.2 September 2006 MPI_Wtick(3OpenMPI)
Related Man Pages |
---|
mpi_close_port(3openmpi) - osx |
mpi_get_version(3openmpi) - osx |
mpi_init(3openmpi) - osx |
mpi_initialized(3openmpi) - osx |
mpi_is_thread_main(3openmpi) - osx |
Similar Topics in the Unix Linux Community |
---|
Mac OS X: Based on UNIX - Solid As a Rock |
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
Syntax error in subtraction in Bash |