summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-18 17:05:48 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-18 17:05:48 (GMT)
commit0d0dee92a2200aad6c21c11429f19c0ea74b7245 (patch)
tree4a2422e38515959ee5210e2e9b234847afb2976e
parent081b9a1e6bfdf03bc147d639109b31016893cea0 (diff)
downloadhdf5-0d0dee92a2200aad6c21c11429f19c0ea74b7245.zip
hdf5-0d0dee92a2200aad6c21c11429f19c0ea74b7245.tar.gz
hdf5-0d0dee92a2200aad6c21c11429f19c0ea74b7245.tar.bz2
[svn-r24827] add another needed barrier.
-rw-r--r--examples/h5ff_client_M7.2-pep_demo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/h5ff_client_M7.2-pep_demo.c b/examples/h5ff_client_M7.2-pep_demo.c
index 36012df..d2f777d 100644
--- a/examples/h5ff_client_M7.2-pep_demo.c
+++ b/examples/h5ff_client_M7.2-pep_demo.c
@@ -195,6 +195,8 @@ int main( int argc, char **argv ) {
ret = H5Pclose( trspl_id ); ASSERT_RET;
}
+ MPI_Barrier( MPI_COMM_WORLD );
+
/* Acquire a read handle for container version and create a read context. */
version = 3;
if (verbose) fprintf( stderr, "APP-r%d: Try to acquire read context %lu\n", my_rank, version );