diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-05-07 15:22:31 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-05-07 15:22:31 (GMT) |
commit | 3984d62ca3f7043f428bf0b8e25695ef09482aa7 (patch) | |
tree | c6573063a33e98b50f7a0df21fded28df3f1bf94 /perform/pio_perf.c | |
parent | 74861bfaeb8553113c56deb306522e53f3531539 (diff) | |
download | hdf5-3984d62ca3f7043f428bf0b8e25695ef09482aa7.zip hdf5-3984d62ca3f7043f428bf0b8e25695ef09482aa7.tar.gz hdf5-3984d62ca3f7043f428bf0b8e25695ef09482aa7.tar.bz2 |
[svn-r5368] Purpose:
Bug fix, feature
Description:
Added code to time pure MPI_File_write_xxx and read_xxx routines.
Moved the setting of the timer_g to when timer is created (new)
and destroyed.
Platforms tested:
modi4pp
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r-- | perform/pio_perf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c index 7dca0e4..7d36b26 100644 --- a/perform/pio_perf.c +++ b/perform/pio_perf.c @@ -80,7 +80,6 @@ /* global variables */ FILE *output; /* output file */ -pio_time *timer; /* timer: global for stub functions */ int comm_world_rank_g; /* my rank in MPI_COMM_RANK */ int comm_world_nprocs_g;/* num. of processes of MPI_COMM_WORLD */ MPI_Comm pio_comm_g; /* Communicator to run the PIO */ @@ -475,7 +474,6 @@ run_test(iotype iot, parameters parms) MPI_Barrier(pio_comm_g); res = do_pio(parms); - timer = res.timers; /* gather all of the "write" times */ t = get_time(res.timers, HDF5_FINE_WRITE_FIXED_DIMS); |