MPE_Ptime

Returns process time stamp

Synopsis

#include <stdio.h>
#include "mpe.h"
double MPE_Ptime()

Notes

This routine returns the CPU time charged to the process only if thePETSC package is available (it uses the PETSc routine SYGetCPUTime). Otherwise, it returns MPI_Wtime (wall-clock time).

Location:timers.c