diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-14 04:30:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-14 04:30:50 (GMT) |
commit | 06547eb4dd55c637f6c9ceaef75fadeff38bc5e2 (patch) | |
tree | 63297ddce86a31e3a59298b5345284771cea443e /testpar/t_cache.c | |
parent | 5dbc03ac86cb05730467eb0cad4bf3fb51a74ae4 (diff) | |
download | hdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.zip hdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.tar.gz hdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.tar.bz2 |
[svn-r28895] Description:
Minor code tweaks and cleanups during review.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5comittest not required on this branch)
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r-- | testpar/t_cache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 5b6b44f..4c2d40e 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -7552,7 +7552,6 @@ main(int argc, char **argv) world_mpi_rank, FUNC); } } - } setup_rand(); @@ -7574,7 +7573,6 @@ main(int argc, char **argv) #if 1 server_smoke_check(); #endif - #if 1 smoke_check_1(H5AC_METADATA_WRITE_STRATEGY__PROCESS_0_ONLY); smoke_check_1(H5AC_METADATA_WRITE_STRATEGY__DISTRIBUTED); @@ -7644,3 +7642,4 @@ finish: /* cannot just return (failures) because exit code is limited to 1byte */ return(failures != 0); } + |