MPI_Wtick(3) | MPI | MPI_Wtick(3) |
MPI_Wtick - Returns the resolution of MPI_Wtime
double MPI_Wtick(void)
Time in seconds since an arbitrary time in the past.
This is intended to be a high-resolution, elapsed (or wall) clock. See MPI_WTICK to determine the resolution of MPI_WTIME .
If the attribute MPI_WTIME_IS_GLOBAL is defined and true, then the value is synchronized across all processes in MPI_COMM_WORLD .
This is a function, declared as DOUBLE PRECISION MPI_WTIME() in Fortran.
MPI_Wtick, MPI_Comm_get_attr, MPI_Attr_get
2/9/2024 |