summaryrefslogtreecommitdiffstats
path: root/tools/perform/pio_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/pio_engine.c')
-rw-r--r--tools/perform/pio_engine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perform/pio_engine.c b/tools/perform/pio_engine.c
index 3535fb4..8cb9138 100644
--- a/tools/perform/pio_engine.c
+++ b/tools/perform/pio_engine.c
@@ -38,7 +38,7 @@
#endif /* !MPI_FILE_NULL */
#include "pio_perf.h"
-#include "pio_timer.h"
+//#include "io_timer.h"
/* Macro definitions */
@@ -174,15 +174,15 @@ do_pio(parameters param)
switch (iot) {
case MPIO:
fd.mpifd = MPI_FILE_NULL;
- res.timers = pio_time_new(MPI_TIMER);
+ res.timers = io_time_new(MPI_CLOCK);
break;
case POSIXIO:
fd.posixfd = -1;
- res.timers = pio_time_new(MPI_TIMER);
+ res.timers = io_time_new(MPI_CLOCK);
break;
case PHDF5:
fd.h5fd = -1;
- res.timers = pio_time_new(MPI_TIMER);
+ res.timers = io_time_new(MPI_CLOCK);
break;
default:
/* unknown request */