summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5FDfphdf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfphdf5.c b/src/H5FDfphdf5.c
index c825950..765c6b8 100644
--- a/src/H5FDfphdf5.c
+++ b/src/H5FDfphdf5.c
@@ -938,6 +938,7 @@ H5FD_fphdf5_close(H5FD_t *_file)
"can't inform SAP of file close");
/* Let all of the processes catch up to this point. */
+ /* XXX: This barrier isn't necessary, MPI-I/O will syncronize for you -QAK */
if ((mrc = MPI_Barrier(H5FP_SAP_BARRIER_COMM)) != MPI_SUCCESS)
HMPI_GOTO_ERROR(FAIL, "MPI_Barrier failed", mrc);