This commit is contained in:
Bassem Girgis
2019-08-11 01:14:02 -05:00
parent 256b7cacd7
commit 2c9e6b5ede
1458 changed files with 129662 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.TH MPI_Wtick 3 "6/5/2019" " " "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