|
MPI_Wtime - Returns an elapsed time on the calling processor
#include <mpi.h>
double MPI_Wtime(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.Ifthe attribute MPI_WTIME_IS_GLOBAL is defined and true, then the value is synchronized across all processes in MPI_COMM_WORLD.
This function is declared as DOUBLE PRECISION MPI_WTIME() in Fortran.
MPI_Wtick, MPI_Comm_get_attr
|
© 2009 Critical Software SA. All trademarks and copyrights on this page are owned by their respective owners.
csWMPI II II™, csWMPI II™ and PatentMPI™ are trademarks of Critical Software SA. All Rights Reserved.
|