summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-29 18:40:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-29 18:40:25 (GMT)
commit50e9065af2f7b65caaee4feb42340e03435ead47 (patch)
tree24b7f58842e80bf65a661bc7e445c6cc322621da /test/h5test.h
parent4f05a6d8ddd47ac49454b1a57b3654f066beca8a (diff)
downloadhdf5-50e9065af2f7b65caaee4feb42340e03435ead47.zip
hdf5-50e9065af2f7b65caaee4feb42340e03435ead47.tar.gz
hdf5-50e9065af2f7b65caaee4feb42340e03435ead47.tar.bz2
[svn-r5480] Description:
Renamed pio_info_g as h5_io_info_g to better reflect its general purpose. Platforms tested: eirene(pp)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 695199c..6cf7277 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -27,7 +27,7 @@
*/
extern char *paraprefix;
#ifdef H5_HAVE_PARALLEL
-extern MPI_Info pio_info_g; /* MPI INFO object to run the PIO */
+extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */
#endif
/*