summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_time_datasets.c
diff options
context:
space:
mode:
authorRuth Aydt <aydt@hdfgroup.org>2014-05-03 18:20:56 (GMT)
committerRuth Aydt <aydt@hdfgroup.org>2014-05-03 18:20:56 (GMT)
commit008e96b72a56fd097227ac7ace527e0b11cf6bfb (patch)
treef35145dd4870baa4787c2ad05566c3ee5a3959e9 /examples/h5ff_client_time_datasets.c
parente156feba29944a98865de8d157dfd6994db298ac (diff)
downloadhdf5-008e96b72a56fd097227ac7ace527e0b11cf6bfb.zip
hdf5-008e96b72a56fd097227ac7ace527e0b11cf6bfb.tar.gz
hdf5-008e96b72a56fd097227ac7ace527e0b11cf6bfb.tar.bz2
[svn-r25156] change ASSERT_RET wher it should be different assert
add barriers to ...client_timings.c, similar to what was needed in time_datasets.c
Diffstat (limited to 'examples/h5ff_client_time_datasets.c')
-rw-r--r--examples/h5ff_client_time_datasets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5ff_client_time_datasets.c b/examples/h5ff_client_time_datasets.c
index 326344f..b576c95 100644
--- a/examples/h5ff_client_time_datasets.c
+++ b/examples/h5ff_client_time_datasets.c
@@ -183,7 +183,7 @@ int main( int argc, char **argv ) {
/* Acquire read context for CV 1 */
version = 1;
- rc_id = H5RCacquire( file_id, &version, H5P_DEFAULT, H5_EVENT_STACK_NULL ); ASSERT_RET; assert( version == 1 );
+ rc_id = H5RCacquire( file_id, &version, H5P_DEFAULT, H5_EVENT_STACK_NULL ); assert( rc_id >= 0); assert( version == 1 );
fprintf( stderr, "APP-r%d: rc %lu - Acquired\n", my_rank, version );
/* Start a transaction with a single leader (the default) */