diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-05-07 17:33:56 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-05-07 17:33:56 (GMT) |
commit | c038daacec0496aec97c10e35733ab63974819f3 (patch) | |
tree | 2872ee85e4b2b92d7a8be7c5f13f8c2e7441c2a6 /perform | |
parent | f04b756f6f28c27c6badde9601f3605d16cb4b0c (diff) | |
download | hdf5-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')
-rw-r--r-- | perform/pio_engine.c | 4 |
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 */ |