hdf5/perform
Bill Wendling cb905d215e [svn-r4882] Purpose:
Feature add and algorithm reworking.
Description:
	Added a "--debug" flag so we can print out various extra debugging
	information.

	Reworked the algorithm so that it's printing the correct throughput.
	Here's how it's supposed to work:

						process
				 T_0 T_1 T_2 T_3 ... T_n
	  iteration 1
	            2
	            .
	            .
	            .
	            m

	Retrieve the maximum time from each iteration over the number of
	processes. (So, if T_i had the maximum time in iteration j, then use
	that time). Calculate the "Throughput" of iteration j:

			S_j = (raw_size / T_i)

	Collect that information over all of the iterations. Then output the
	Max, Min, and Ave of all of the S_k's.
Platforms tested:
	Linux (pp)
2002-01-29 23:16:15 -05:00
..
chunk.c [svn-r4706] Purpose: 2001-12-12 13:40:09 -05:00
Dependencies [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
iopipe.c [svn-r4706] Purpose: 2001-12-12 13:40:09 -05:00
Makefile.in [svn-r4686] Purpose: 2001-12-10 12:21:12 -05:00
mpi-perf.c [svn-r4795] Purpose: 2002-01-07 17:47:22 -05:00
overhead.c [svn-r4706] Purpose: 2001-12-12 13:40:09 -05:00
perf.c [svn-r4795] Purpose: 2002-01-07 17:47:22 -05:00
pio_engine.c [svn-r4816] 2002-01-11 14:44:51 -05:00
pio_perf.c [svn-r4882] Purpose: 2002-01-29 23:16:15 -05:00
pio_perf.h [svn-r4882] Purpose: 2002-01-29 23:16:15 -05:00
pio_timer.c [svn-r4816] 2002-01-11 14:44:51 -05:00
pio_timer.h [svn-r4746] 2001-12-19 17:10:15 -05:00