summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2010-11-03 21:31:24 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2010-11-03 21:31:24 (GMT)
commit833f62c8e15d8064411a0dca9fa2454ce2b3740c (patch)
tree33511d188010c4d809c0c7acc0b85b388ff05475
parent8d66fb7580d7639c797c8bcefcf095c889f08768 (diff)
downloadhdf5-833f62c8e15d8064411a0dca9fa2454ce2b3740c.zip
hdf5-833f62c8e15d8064411a0dca9fa2454ce2b3740c.tar.gz
hdf5-833f62c8e15d8064411a0dca9fa2454ce2b3740c.tar.bz2
[svn-r19723]
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
-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);