Blame www/www3/MPI_Wtime.html

Packit Service c5cf8c
Packit Service c5cf8c
<HTML>
Packit Service c5cf8c
<HEAD>
Packit Service c5cf8c
<META NAME="GENERATOR" CONTENT="DOCTEXT">
Packit Service c5cf8c
<TITLE>MPI_Wtime</TITLE>
Packit Service c5cf8c
</HEAD>
Packit Service c5cf8c
<BODY BGCOLOR="FFFFFF">
Packit Service c5cf8c

MPI_Wtime

Packit Service c5cf8c
Returns an elapsed time on the calling processor 
Packit Service c5cf8c

Synopsis

Packit Service c5cf8c
Packit Service c5cf8c
double MPI_Wtime(void)
Packit Service c5cf8c
Packit Service c5cf8c

Return value

Packit Service c5cf8c
Time in seconds since an arbitrary time in the past.
Packit Service c5cf8c

Packit Service c5cf8c

Notes

Packit Service c5cf8c
This is intended to be a high-resolution, elapsed (or wall) clock.
Packit Service c5cf8c
See <tt>MPI_WTICK</tt> to determine the resolution of <tt>MPI_WTIME</tt>.
Packit Service c5cf8c
If the attribute <tt>MPI_WTIME_IS_GLOBAL</tt> is defined and true, then the
Packit Service c5cf8c
value is synchronized across all processes in <tt>MPI_COMM_WORLD</tt>.
Packit Service c5cf8c

Packit Service c5cf8c

Notes for Fortran

Packit Service c5cf8c
This is a function, declared as <tt>DOUBLE PRECISION MPI_WTIME()</tt> in Fortran.
Packit Service c5cf8c

Packit Service c5cf8c

See Also

Packit Service c5cf8c
also: MPI_Wtick, MPI_Comm_get_attr, MPI_Attr_get
Packit Service c5cf8c

Packit Service c5cf8c
</BODY></HTML>