MPI_WTICK, MPI_Wtick Purpose Returns the resolution of MPI_WTIME in seconds. C synopsis #include double MPI_Wtick(void); C++ synopsis #include mpi.h double MPI::Wtick(); FORTRAN synopsis include 'mpif.h' or use mpi DOUBLE PRECISION MPI_WTICK() Parameters None. Description This subroutine returns the resolution of MPI_WTIME in seconds, the time in seconds between successive clock ticks. Errors MPI not initialized MPI already finalized Related information