MPI_Wtick
Returns the resolution of MPI_Wtime
Synopsis
#include "mpi.h"
double MPI_Wtick()
Return value
Time in seconds of resolution of MPI_Wtime
Notes for Fortran
This is a function, declared as DOUBLE PRECISION MPI_WTICK() in Fortran.
@*/
double MPI_Wtick()
{
double t1;
MPID_Wtick( &t1 );
return t1;
}
Location:wtick.c