From 2f55e9538162fb7dc97149c771bd7365d61b782b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 2 Jul 2010 08:25:13 +0000 Subject: [PATCH] typo fixed in call of H5Pset_fapl_mpiposix() --- src/h5core/h5_hdf5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5_hdf5.c b/src/h5core/h5_hdf5.c index 3f0fd33..5f7825c 100644 --- a/src/h5core/h5_hdf5.c +++ b/src/h5core/h5_hdf5.c @@ -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,