mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r19722] Bug fix for failure in the round robin metadata write ojbect header
metadata confusion test that appeared after Albert modified the test. Cursory commit test. No test on Abe as that system is down, the fix is very minor, and it seems to work in the 1.8.6 branch
This commit is contained in:
parent
18a787d396
commit
f950d7bdb9
@ -2336,6 +2336,9 @@ void rr_obj_hdr_flush_confusion_reader(MPI_Comm comm)
|
||||
|
||||
disk_count[0] = (hsize_t)(LOCAL_DATA_SIZE);
|
||||
disk_start[0] = (hsize_t)(LOCAL_DATA_SIZE * mpi_rank);
|
||||
|
||||
mem_size[0] = (hsize_t)(LOCAL_DATA_SIZE);
|
||||
|
||||
mem_count[0] = (hsize_t)(LOCAL_DATA_SIZE);
|
||||
mem_start[0] = (hsize_t)(0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user