Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
46cf45a2b46HDFFV-10188 Add tests and files
Allen ByrneAllen Byrne
60715a15ed0HDFFV-10188 enable null space test
Allen ByrneAllen Byrne
e6522ebcbe3HDFFV-10188 add release note
Quincey KoziolQuincey Koziol
19036e021bfCorrected version of 164eee91cfdf18e870519099fbad388a6ccb85cf
Allen ByrneAllen Byrne
3342831c2c5HDFFV-10188 - Check for empty string first
Jordan HendersonJordan Henderson
37f6237ed25Modify t_dset.c in lieu of Parallel Compression changes
mainzermainzer
3e5c9f4dd34Updated H5C__flush_single_entry() in H5C.c to correct duplicate metadata write bug observed in 1.10.1. Tested parallel/production on jelly parallel/debug & parallel/production on charis (in develop branch)
Richard WarrenRichard Warren
8e4dc65f420Fix the t_bigio test so that it runs on 32bit machines
Jordan HendersonJordan Henderson
de6b8ca8588Amend MANIFEST
Jordan HendersonJordan Henderson
1d6d9957e82Add test for write parallel; read serial case
Jordan HendersonJordan Henderson
3c742fc4927Fix uninitialized array issue in test
Jordan HendersonJordan Henderson
5349160ddbaTest updates
Jordan HendersonJordan Henderson
bd99807e13aUpdate documentation
Jordan HendersonJordan Henderson
6a0b6dcc6f8Fix bug where incorrect amount of data was being read from the file
Jordan HendersonJordan Henderson
7745e830751Suggested changes from code review
Jordan HendersonJordan Henderson
ef9f9f7bb18Amend header comment error Suggested fix for allocating too small of a buffer for the chunk data
Jordan HendersonJordan Henderson
09f26978c70Clean up remaining warnings
Jordan HendersonJordan Henderson
671518c635eAdd prototype for H5D__cmp_filtered_collective_io_info_entry_owner
Jordan HendersonJordan Henderson
d10c81f768fAdd comment for memory copy possibly not being necessary anymore for Multi-Chunk I/O
Jordan HendersonJordan Henderson
0f701fec535Remove use of H5E_CANTDISTRIBUTE error
Jordan HendersonJordan Henderson
44d82441b21Add comment for full overwrite special case
Jordan HendersonJordan Henderson
cd62567c170Add remaining documentation/comments
Jordan HendersonJordan Henderson
58ea47a776aRevise shared chunks redistribution algorithm
Jordan HendersonJordan Henderson
cb78f1a2041Separate shared chunks redistribution code out to its own function
Jordan HendersonJordan Henderson
162147fc9adFix deadlocking issue
Jordan HendersonJordan Henderson
474502952f2Fix link-chunk I/O by tidying up local_info_array
Jordan HendersonJordan Henderson
a0aa4d423acMinimize size of H5D_filtered_collective_io_info_t struct
Jordan HendersonJordan Henderson
43f6af6f172Revise first-phase algorithm to only use rank 0 for redistribution
Jordan HendersonJordan Henderson
769910c54a7Add comments
Jordan HendersonJordan Henderson
99a5ee4c03bIn current implementation, list must be gathered to all
Jordan HendersonJordan Henderson
5f705aaa438Correct error with usage of array_gather function
Jordan HendersonJordan Henderson
d3d6dbf1942Make array_gather routine more general
Jordan HendersonJordan Henderson
7d551656c5bUpdated comments changed variable name for list containing all chunks in the I/O operation
Jordan HendersonJordan Henderson
4a8a40bca67Add comments to H5D_filtered_collective_io_info_t data structure Correct comment and error message about retrieving the threshold for performing either Linked-chunk or Multi-chunk I/O
Jordan HendersonJordan Henderson
611c5b7764eRemove debugging statements
Frank T WillmoreFrank T Willmore
c3422095e06removed erroneous casts from non-rvalue H5MM_free() calls. Replaced assignment of void return values with explicit value of NULL
Jordan HendersonJordan Henderson
2dd93a4a450Fix issue with uninitialized chunk index during chunk re-insertion into index
Jordan HendersonJordan Henderson
8e8748a75beRemove potential infinite loops caused by goto in error label region
Jordan HendersonJordan Henderson
d378ee3bba7Remove note about src_type_size vs dst_type_size
Jordan HendersonJordan Henderson
a604ba7785eFix 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
d3e6bff4cc6Iterator for initial chunk entry IO operation should use source datatype size
Jordan HendersonJordan Henderson
9550e402addFix bug where data doesn't write correctly when MEMSPACE isnt the same as FILESPACE
Jordan HendersonJordan Henderson
3dc78e19502Check 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
e069935333eFix macro complaint in H5Dmpio.c Fix debugging file output for test suite
Jordan HendersonJordan Henderson
d1a08105ed2Test code for user passing one-chunk-per-process hint to library
Jordan HendersonJordan Henderson
89871b821a1Implement realloc strategy when receiving data modification messages
Jordan HendersonJordan Henderson
5105ad4af75Add 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
cde867c80b2Add mechanism for determining if a chunk is being fully overwritten
Jordan HendersonJordan Henderson
905ce023b80Add back debugging statements Move conditional check inside while loop in construct_filtered_io_info_list
Jordan HendersonJordan Henderson
f52d1212bdaRemove Debugging Statements for Code Review