From 833f62c8e15d8064411a0dca9fa2454ce2b3740c Mon Sep 17 00:00:00 2001 From: John Mainzer Date: Wed, 3 Nov 2010 16:31:24 -0500 Subject: [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 --- testpar/t_mdset.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v0.12