aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-19 16:17:51 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-19 16:17:51 +0000
commit419f9f15f99ced1aa4a02a37a4df69fdb8524b12 (patch)
tree852c86b8f31e638c45555789e0ea62cbdd414742 /src/Write.c
parente4ed648a2c478bc039bf85fbccc47deb9f38b4ed (diff)
Another fix for parallel HDF5 code.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@89 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Write.c b/src/Write.c
index 698e54e..60987ba 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -130,8 +130,8 @@ int IOHDF5_Write (const cGH *GH, int vindex, const char *alias)
#ifdef H5_HAVE_PARALLEL
if (ioUtilGH->unchunked)
{
- IOHDF5_ERROR (H5Pset_mpi (plist, PUGH_pGH (GH)->PUGH_COMM_WORLD,
- MPI_INFO_NULL));
+ IOHDF5_ERROR (H5Pset_fapl_mpio (plist, PUGH_pGH (GH)->PUGH_COMM_WORLD,
+ MPI_INFO_NULL));
}
#endif
#endif