Files
cpp-thirdparty/linx64/mpi/mpich/share/man/man3/MPI_Wtick.3
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

19 lines
372 B
Groff

.TH MPI_Wtick 3 "11/10/2017" " " "MPI"
.SH NAME
MPI_Wtick \- Returns the resolution of MPI_Wtime
.SH SYNOPSIS
.nf
double MPI_Wtick( void )
.fi
.SH RETURN VALUE
Time in seconds of resolution of MPI_Wtime
.SH NOTES FOR FORTRAN
This is a function, declared as
.I DOUBLE PRECISION MPI_WTICK()
in Fortran.
.SH SEE ALSO
also: MPI_Wtime, MPI_Comm_get_attr, MPI_Attr_get
.br