diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 18:29:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 18:29:12 (GMT) |
commit | 8aa24fc44a873655183ecab4b3bf54bbd708d7b8 (patch) | |
tree | 05e8c738c6c644574dbba4c0ce7355bdb06729ad /testpar/t_dset.c | |
parent | 3659ae4176434e7b81af4f49f6578d7dd0807f76 (diff) | |
download | hdf5-8aa24fc44a873655183ecab4b3bf54bbd708d7b8.zip hdf5-8aa24fc44a873655183ecab4b3bf54bbd708d7b8.tar.gz hdf5-8aa24fc44a873655183ecab4b3bf54bbd708d7b8.tar.bz2 |
[svn-r5679] Purpose:
Code cleanup
Description:
Changed ifdef name from "VERBOSE" to "BARRIER_CHECKS", to better describe
what it affects.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'testpar/t_dset.c')
-rw-r--r-- | testpar/t_dset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/t_dset.c b/testpar/t_dset.c index 6e18453..4c74d8d 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -326,7 +326,9 @@ if ((mpi_rank/2)*2 != mpi_rank){ H5P_DEFAULT, data_array1); VRFY((ret >= 0), "H5Dwrite dataset1 by ZROW succeeded"); } +#ifdef BARRIER_CHECKS MPI_Barrier(MPI_COMM_WORLD); +#endif /* BARRIER_CHECKS */ /* release dataspace ID */ H5Sclose(file_dataspace); |