diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-05 18:24:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-05 18:24:22 (GMT) |
commit | 539c17b2f47b5b6d07cb8a502cc9be94a20a5de4 (patch) | |
tree | eb405215be5457ba16c8b57e0a4eb55a6d941bcc /MANIFEST | |
parent | 89f65fc97ee28270ee06978fcab2865dd345140e (diff) | |
parent | bf570b1a7ca3b9cbd4a59f0933a19ce1bcc99103 (diff) | |
download | hdf5-539c17b2f47b5b6d07cb8a502cc9be94a20a5de4.zip hdf5-539c17b2f47b5b6d07cb8a502cc9be94a20a5de4.tar.gz hdf5-539c17b2f47b5b6d07cb8a502cc9be94a20a5de4.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'bf570b1a7ca3b9cbd4a59f0933a19ce1bcc99103': (71 commits)
Amend tests to explicitly use H5Dcreate2 and H5Dopen2
Revert malloc's back to using hard-coded type for sizeof
Minor comment refactoring
Update documentation
Finish up Parallel Compression test scaling work
Partial update for scaling parallel filters tests
Modify t_dset.c in lieu of Parallel Compression changes
Updated H5C__flush_single_entry() in H5C.c to correct duplicate metadata write bug observed in 1.10.1.
Amend MANIFEST
Add test for write parallel; read serial case
Fix uninitialized array issue in test
Test updates
Fix bug where incorrect amount of data was being read from the file
Add data verification for first half of tests
Start adding data verification
Switch tests over to use testing macros
Updates to parallel filters tests
Move test files to testpar directory
Add test file to build process
Suggested changes from code review
...
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1236,6 +1236,8 @@ ./testpar/t_file.c ./testpar/t_file_image.c ./testpar/t_filter_read.c +./testpar/t_filters_parallel.c +./testpar/t_filters_parallel.h ./testpar/t_mdset.c ./testpar/t_mpi.c ./testpar/t_ph5basic.c |