summaryrefslogtreecommitdiffstats
path: root/perform/sio_perf.c
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2008-04-11 21:25:30 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2008-04-11 21:25:30 (GMT)
commit512f4ff28ff8a3289c1f2582351f5f31f636e7b9 (patch)
treef04e52d7da0f9ff1979338f27e33274e7fd22c2b /perform/sio_perf.c
parentd3e9a4cb40889c95e9ca4cad5f89aa1d961e5c2c (diff)
downloadhdf5-512f4ff28ff8a3289c1f2582351f5f31f636e7b9.zip
hdf5-512f4ff28ff8a3289c1f2582351f5f31f636e7b9.tar.gz
hdf5-512f4ff28ff8a3289c1f2582351f5f31f636e7b9.tar.bz2
[svn-r14829] Revised files of the serial benchmarking tool.
Tested on kagiso, smirom, and linew.
Diffstat (limited to 'perform/sio_perf.c')
-rw-r--r--perform/sio_perf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perform/sio_perf.c b/perform/sio_perf.c
index 52e80fc..9e5ed23 100644
--- a/perform/sio_perf.c
+++ b/perform/sio_perf.c
@@ -861,9 +861,6 @@ report_parameters(struct options *opts)
HDfprintf(output, "Number of iterations=%Hd\n",
(long_long)opts->num_iters);
- //HDfprintf(output, "Size of dataset(s)=");
- //recover_size_and_print((long_long)(opts->num_bpp), "\n");
-
HDfprintf(output, "Dataset size=");
for (i=0; i<rank; i++)
@@ -1217,7 +1214,6 @@ parse_command_line(int argc, char *argv[])
if (isalnum(*end) && i < 10)
buf[i++] = *end;
- //cl_opts->order[j] = atoi(buf);
cl_opts->order[j] = parse_size_directive(buf);
j++;