Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
2de2112cf6dRemove note about src_type_size vs dst_type_size
Jordan HendersonJordan Henderson
5610256c720Trigger error if library tries to break to independent I/O with filters in the pipeline
Jordan HendersonJordan Henderson
ce5e3030502Fix issue in H5D__mpio_array_gather when no one contributes anything Fix issue in Multi-chunk IO where IO would crash if no one has a selection
Jordan HendersonJordan Henderson
09469dfd55cIterator for initial chunk entry IO operation should use source datatype size
Jordan HendersonJordan Henderson
b458565918aFix bug where data doesn't write correctly when MEMSPACE isnt the same as FILESPACE
Jordan HendersonJordan Henderson
af3227fe4eaCheck return value of H5S_GET_EXTENT_NPOINTS macro Fix bug where a process with no selection during Multi-chunk IO could cause other processes to copy back incorrect chunk information after chunk re-allocation
Jordan HendersonJordan Henderson
3ccc4f7ab3dFix macro complaint in H5Dmpio.c Fix debugging file output for test suite
Jordan HendersonJordan Henderson
3f447095787Test code for user passing one-chunk-per-process hint to library
Jordan HendersonJordan Henderson
f7cef1b7684Implement realloc strategy when receiving data modification messages
Jordan HendersonJordan Henderson
4e6eb3ffe9dAdd minor error code for H5D__mpio_array_gather failures Catch case where total IO size is greater than chunk size (Overlapping write) Update full chunk overwrite code to not need MPI calls
Jordan HendersonJordan Henderson
16507a763afAdd mechanism for determining if a chunk is being fully overwritten
Jordan HendersonJordan Henderson
79220e9665aAdd back debugging statements Move conditional check inside while loop in construct_filtered_io_info_list
Jordan HendersonJordan Henderson
5ed72c3d413Remove Debugging Statements for Code Review
Jordan HendersonJordan Henderson
0a937597741Remove unnecessary num_chunks_selected_array from H5D__construct_filtered_io_info_list
Jordan HendersonJordan Henderson
344781f17d9Multiple Bug Fixes Add comments explaining different variables Check more overflow/conversion sign change issues
Jordan HendersonJordan Henderson
0b6016a3fc6Fix bug with chunk data updating
Jordan HendersonJordan Henderson
aab742c9a2fTest code for sending chunk modification data around
Jordan HendersonJordan Henderson
b19b0ea67d5Clean up H5Dmpio.c warnings
Jordan HendersonJordan Henderson
5426599c91dFor sake of complexity, force multi chunk IO for parallel filtered read
Jordan HendersonJordan Henderson
740e85a82dcCode refactoring Modify single chunk entry function to handle both read and write cases Store array of MPI derived types in Multi-chunk IO so that all freeing can be done at end instead of during processing Add read support for Multi-chunk IO only currently
Jordan HendersonJordan Henderson
2c8bddb4ab0Clean up const and other warnings Add notes about need for another minor error code
Jordan HendersonJordan Henderson
9bb49c6b056Update documentation for link and multi chunk IO
Jordan HendersonJordan Henderson
4a83ceaf7d7Major cleanup Separate update phase for chunk entry into its own function, since code for multi-chunk IO and link-chunk IO is exactly the same Remove last IO mode code from multi-chunk IO, since filtered collective writes cannot break to independent IO mode Fix collective overlapping IO for multi-chunk IO by iterating equal to the max number of chunks on any process Make hard separation between collective read and write since trying to mix the two into one loop becomes messy Add prelimin...
Jordan HendersonJordan Henderson
349b3634f73Add chunk redistribution for shared chunks Remove check for process having a selection as this needs to be reworked
Jordan HendersonJordan Henderson
2292a8520dfEliminate owner field Work on redistributing shared chunks
Jordan HendersonJordan Henderson
a3605cbdeb5Switch working branch from master to develop
Allen ByrneAllen Byrne
89f65fc97eeHDFFV-9774 Add enable-error-stack argument to h5diff
Quincey KoziolQuincey Koziol
949649a2b6eCorrect mistake in H5_now_usec calculation for clock_gettime.
Quincey KoziolQuincey Koziol
395473b2f4bRemove detection for mach/mach/time.h, since we're no longer using the time routines from that header.
Quincey KoziolQuincey Koziol
e70dc43d6bfUpdate H5_now_usec to prefer using clock_gettime.
Quincey KoziolQuincey Koziol
6718b90009dMMerge remote-tracking branch 'origin/develop' into monotonic_timer
Allen ByrneAllen Byrne
abcf30f2329MMerge pull request #648 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '073f52424766cc4a8ac9d56966cb58c054ce3801': HDFFV-10284 Add VS2017 support
Allen ByrneAllen Byrne
073f5242476HDFFV-10284 Add VS2017 support
Allen ByrneAllen Byrne
f5275af71acMMerge pull request #644 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '61bdee1ff77a5db47ce8a88ce7e3c83e58123236': HDFFV-10282 refactor out assert calls in tools
Allen ByrneAllen Byrne
61bdee1ff77MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '289007567e6ab5e0893af787b1870f27f10644c7': Add commentary around calling H5Screate_simple with a single element Miscellaneous improvements (cont.) Description: Put back H5Location::getNumObjs and marked as deprecated in favor of Group::getNumObjs. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Miscellaneous improvements Description: Moved H5Location::getNumObjs to Group::getNumObjs ...
Allen ByrneAllen Byrne
b82ba32275fHDFFV-10282 refactor out assert calls in tools
Quincey KoziolQuincey Koziol
d5c3ec8b932Changes to make timers within the library monotonic.
Barbara JonesBarbara Jones
289007567e6MMerge pull request #642 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop * commit '883a235d5ca81770228c5cb5f9d162afda0b411f': Miscellaneous improvements (cont.) Description: Put back H5Location::getNumObjs and marked as deprecated in favor of Group::getNumObjs. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Miscellaneous improvements Description: Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info) Switched reinterpret_cast...
Binh-Minh RiblerBinh-Minh Ribler
883a235d5caMiscellaneous improvements (cont.) Description: Put back H5Location::getNumObjs and marked as deprecated in favor of Group::getNumObjs. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
f4c4ab678b1MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
Binh-Minh RiblerBinh-Minh Ribler
0e44181bbb9Miscellaneous improvements Description: Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info) Switched reinterpret_cast to static_cast in H5Object::iterateAttrs Miscellaneous cleanup Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Richard WarrenRichard Warren
dfdf09f2a13MMerge pull request #635 in HDFFV/hdf5 from GreaterThan-2GB-MPIO to develop Added some commentary on the fact that 32 bit compilers appear to require actual array arguments to call H5Screate_simple rather than a pointer to a single size_t element. * commit '22baab211d912f1012057b3a7ae217abd2a44a38': Add commentary around calling H5Screate_simple with a single element Fix the t_bigio test so that it runs on 32bit machines
Richard WarrenRichard Warren
22baab211d9Add commentary around calling H5Screate_simple with a single element
Richard WarrenRichard Warren
f84af6ecc6eFix the t_bigio test so that it runs on 32bit machines
Vailin ChoiVailin Choi
593e4038b3aMMerge pull request #641 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '268f01fd477e0474fa5727a47abef214a5e4293b': Fix for daily test failure Fix for the compilation error from the PGI compiler.
Vailin ChoiVailin Choi
268f01fd477MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
Vailin ChoiVailin Choi
f3b72e1bde7MMerge pull request #637 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26': Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routin...
Allen ByrneAllen Byrne
1b647b18feeMMerge pull request #639 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '678c3ae1535b9b3b9faa53bc48250f1635778dd7': HDFFV-10188 force non-native type description HDFFV-10188 emu insists on printing non-native description
Allen ByrneAllen Byrne
678c3ae1535HDFFV-10188 force non-native type description
Allen ByrneAllen Byrne
d200cd31a79HDFFV-10188 emu insists on printing non-native description