From b950cebd9ec030b0f13c6fc9f17ea381c3afa2a6 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 15 Nov 2004 15:49:49 -0500 Subject: [svn-r9530] Purpose: Modifying testing code for derived datatype. However, this test won't be run in the HDF5 parallel test. The code is checked in only for debugging purpose. Description: Solution: Platforms tested: Linux 2.4(mpich 1.2.6) Misc. update: --- testpar/t_span_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index 56a4f82..58c2885 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -182,7 +182,7 @@ void t_span_tree() } /* ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, xfer_plist, vector);*/ - ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, H5P_DEFAULT, vector); + ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, xfer_plist, vector); if(ret < 0) printf("failing to write data .\n"); /* -- cgit v0.12