summaryrefslogtreecommitdiffstats
path: root/perform/pio_engine.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-07 17:33:56 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-07 17:33:56 (GMT)
commitc038daacec0496aec97c10e35733ab63974819f3 (patch)
tree2872ee85e4b2b92d7a8be7c5f13f8c2e7441c2a6 /perform/pio_engine.c
parentf04b756f6f28c27c6badde9601f3605d16cb4b0c (diff)
downloadhdf5-c038daacec0496aec97c10e35733ab63974819f3.zip
hdf5-c038daacec0496aec97c10e35733ab63974819f3.tar.gz
hdf5-c038daacec0496aec97c10e35733ab63974819f3.tar.bz2
[svn-r5375] Purpose:
Changed all API to use MPI_WTIME timer. Just to be consistent. Platforms tested: modi4
Diffstat (limited to 'perform/pio_engine.c')
-rw-r--r--perform/pio_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/pio_engine.c b/perform/pio_engine.c
index 5f658ef..e48129a 100644
--- a/perform/pio_engine.c
+++ b/perform/pio_engine.c
@@ -176,11 +176,11 @@ do_pio(parameters param)
break;
case RAWIO:
fd.rawfd = -1;
- res.timers = pio_time_new(SYS_TIMER);
+ res.timers = pio_time_new(MPI_TIMER);
break;
case PHDF5:
fd.h5fd = -1;
- res.timers = pio_time_new(SYS_TIMER);
+ res.timers = pio_time_new(MPI_TIMER);
break;
default:
/* unknown request */