summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-29 18:40:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-29 18:40:29 (GMT)
commit770c707da1bb5acc443a24db4d59784914a3481b (patch)
tree9bf69813ca822dc0a701462cc88db440d546fc1a /perform/pio_perf.c
parentf1ce8aa94641254c52de9db5e0f327ed5910b94e (diff)
downloadhdf5-770c707da1bb5acc443a24db4d59784914a3481b.zip
hdf5-770c707da1bb5acc443a24db4d59784914a3481b.tar.gz
hdf5-770c707da1bb5acc443a24db4d59784914a3481b.tar.bz2
[svn-r5481] Description:
Renamed pio_info_g as h5_io_info_g to better reflect its general purpose. Platforms tested: eirene(pp)
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index 08bd67a..2f8e7bb 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -958,7 +958,7 @@ report_parameters(struct options *opts)
}
HDfprintf(output, "rank %d: ", rank);
- h5_dump_info_object(pio_info_g);
+ h5_dump_info_object(h5_io_info_g);
HDfprintf(output, "\n");
}