summaryrefslogtreecommitdiffstats
path: root/testpar/t_mdset.c
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2010-11-03 21:17:12 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2010-11-03 21:17:12 (GMT)
commitf950d7bdb92b38b11862e9133ac9acb4b7eb5397 (patch)
tree242753f226dedfc7d286a0938e9eb537d1445cb3 /testpar/t_mdset.c
parent18a787d396acd2979997284c3d9412d29eadd64e (diff)
downloadhdf5-f950d7bdb92b38b11862e9133ac9acb4b7eb5397.zip
hdf5-f950d7bdb92b38b11862e9133ac9acb4b7eb5397.tar.gz
hdf5-f950d7bdb92b38b11862e9133ac9acb4b7eb5397.tar.bz2
[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
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r--testpar/t_mdset.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c
index 9a6856d..8fc739e 100644
--- a/testpar/t_mdset.c
+++ b/testpar/t_mdset.c
@@ -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);