diff options
author | Quincey Koziol <koziol@lbl.gov> | 2016-11-26 01:47:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2016-11-26 01:47:25 (GMT) |
commit | 61e0a035bcc96b4fa38e443332bcbb6041e56b5d (patch) | |
tree | 5fa6f8c47cc3b83f0ef10073b8073f977d9ef9b8 /testpar | |
parent | b0321f7e7d45a2c3ad45f26c3ea1c6bf106d613a (diff) | |
parent | ea4d18c3d9c3b6c77030abdf2f0509bc68224559 (diff) | |
download | hdf5-61e0a035bcc96b4fa38e443332bcbb6041e56b5d.zip hdf5-61e0a035bcc96b4fa38e443332bcbb6041e56b5d.tar.gz hdf5-61e0a035bcc96b4fa38e443332bcbb6041e56b5d.tar.bz2 |
Merge pull request #172 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit 'ea4d18c3d9c3b6c77030abdf2f0509bc68224559':
Remove unnecessary assert.
Add a flag for H5C__flush_single_entry() to allow the parallel code to request that images for entries be generated, even when not writing the entry from an MPI rank.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 066dd77..0fa0096 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -2522,7 +2522,7 @@ datum_serialize(const H5F_t *f, HDassert( aux_ptr ); HDassert( aux_ptr->magic == H5AC__H5AC_AUX_T_MAGIC ); - HDassert( entry_ptr->aux_ptr == NULL ); +// HDassert( entry_ptr->aux_ptr == NULL ); entry_ptr->aux_ptr = aux_ptr; |