typo fixed in call of H5Pset_fapl_mpiposix()

This commit is contained in:
2010-07-02 08:25:13 +00:00
parent 7a977e3cd1
commit 2f55e95381
+1 -1
View File
@@ -750,7 +750,7 @@ h5priv_set_hdf5_fapl_mpiposix_property (
MPI_Comm comm,
hbool_t use_gpfs
) {
herr_t herr = H5Pset_fapl_mpio (fapl_id, comm, use_gpfs);
herr_t herr = H5Pset_fapl_mpiposix (fapl_id, comm, use_gpfs);
if (herr < 0)
h5_error (
f,