MPE_Ptime(4)      

NAME
     MPE_Ptime -  Returns process time stamp

SYNOPSIS
     #include 
     #include "mpe.h"
     double MPE_Ptime()

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

LOCATION
     timers.c

                     Last change: 12/20/1995