summaryrefslogtreecommitdiffstats
path: root/testpar/t_shapesame.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2013-09-23 20:20:54 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2013-09-23 20:20:54 (GMT)
commit558150495335bce91ee680093d0f2ec8974333ce (patch)
tree1c3014d73d69bea49f1df0b2aa0402d60c6ed4da /testpar/t_shapesame.c
parent0209e8d3fdab55d2e86fe4c4b2a37294fcaa1f25 (diff)
downloadhdf5-558150495335bce91ee680093d0f2ec8974333ce.zip
hdf5-558150495335bce91ee680093d0f2ec8974333ce.tar.gz
hdf5-558150495335bce91ee680093d0f2ec8974333ce.tar.bz2
[svn-r24191] CHANGES:
- Removed multi-chunk-opt code and tests. (#ifdef JK_MCHUNK_OPT_REMOVE, #ifndef JK_TODO_MCHUNK_OPT) - Make H5Dwrite go through multi-dset path. - Undo the patch from Quincey , which checked in previous check-in. Code still left with #ifdef JK_FCLOSE_PATH, thus no effect. Just keep it now for later test. This is for testing purpose and will be removed when merge to trunk.
Diffstat (limited to 'testpar/t_shapesame.c')
-rw-r--r--testpar/t_shapesame.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c
index a5c6f0a..d4fa7f9 100644
--- a/testpar/t_shapesame.c
+++ b/testpar/t_shapesame.c
@@ -1517,7 +1517,7 @@ contig_hs_dr_pio_test__m2d_l2s(struct hs_dr_pio_test_vars_t * tv_ptr)
* need for another inner loop.
*/
- #ifndef JK_TEST_MAN_ORI
+ #ifndef JK_TEST_MAN_ORI
/* zero out this rank's slice of the on disk small data set */
ret = H5Dwrite(tv_ptr->small_dataset,
H5T_NATIVE_UINT32,
@@ -2221,7 +2221,7 @@ contig_hs_dr_pio_test__run_test(const int test_num,
* the memory and file selections.
*/
-#ifndef JK_TEST_SKIP_ISSUE1
+#ifndef JK_TEST_SKIP_ISSUE1 // OK now
#if CONTIG_HS_DR_PIO_TEST__RUN_TEST__DEBUG
if ( MAINPROCESS ) {
HDfprintf(stdout, "test %d: running contig_hs_dr_pio_test__m2d_l2s.\n", test_num);
@@ -4512,7 +4512,7 @@ ckrbrd_hs_dr_pio_test__run_test(const int test_num,
* in memory small small cube
*/
-#ifndef JK_TEST_OK
+#ifndef JK_TEST_SKIP_OK
ckrbrd_hs_dr_pio_test__d2m_l2s(tv_ptr);
@@ -4536,7 +4536,7 @@ ckrbrd_hs_dr_pio_test__run_test(const int test_num,
* the memory and file selections.
*/
-#ifndef JK_TEST_ISSUE1
+#ifndef JK_TEST_ISSUE1 // OK now
ckrbrd_hs_dr_pio_test__m2d_l2s(tv_ptr);
#endif
@@ -4549,7 +4549,7 @@ ckrbrd_hs_dr_pio_test__run_test(const int test_num,
* and file selections.
*/
-#ifndef JK_TEST_OK2
+#ifndef JK_TEST_SKIP_OK2
ckrbrd_hs_dr_pio_test__m2d_s2l(tv_ptr);
#endif