~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to esysUtils/src/blocktimer.c

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "stdlib.h"
26
26
#include "string.h"
27
27
 
28
 
#ifdef PASO_MPI
 
28
#ifdef ESYS_MPI
29
29
#include "mpi.h"
30
30
#endif
31
31
 
172
172
blocktimer_time()
173
173
{
174
174
  double out=0.0;
175
 
#ifdef PASO_MPI
 
175
#ifdef ESYS_MPI
176
176
  out = MPI_Wtime();
177
177
#else
178
178
#ifdef _OPENMP