summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-08-01 16:37:13 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-08-01 16:37:13 (GMT)
commit4cb865fc5938a303c197aedf46f90021e2f4b3d6 (patch)
treeafc760ef6a583b9c46a807e442b95a32f1c82d94 /testpar
parent5314213f1ec03b31812f64d5d1282acc02921084 (diff)
downloadhdf5-4cb865fc5938a303c197aedf46f90021e2f4b3d6.zip
hdf5-4cb865fc5938a303c197aedf46f90021e2f4b3d6.tar.gz
hdf5-4cb865fc5938a303c197aedf46f90021e2f4b3d6.tar.bz2
enabled commented-out code
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_file.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c
index f670034..4ecfc30 100644
--- a/testpar/t_file.c
+++ b/testpar/t_file.c
@@ -179,8 +179,6 @@ test_page_buffer_access(void)
for(i=0 ; i<num_elements ; i++)
data[i] = -1;
- /* MSC - why this stopped working ? */
-#if 0
if(MAINPROCESS) {
hid_t fapl_self;
@@ -252,7 +250,7 @@ test_page_buffer_access(void)
VRFY((ret == 0), "");
VRFY((H5SL_count(f->shared->page_buf->slist_ptr) == page_count), "Wrong number of pages in PB");
- ret = H5PB_flush(f, FALSE);
+ ret = H5PB_flush(f);
VRFY((ret == 0), "");
/* read elements 0 - 200 */
@@ -288,7 +286,6 @@ test_page_buffer_access(void)
/* Pop API context */
if(api_ctx_pushed) { ret = H5CX_pop(); VRFY((ret == 0), "H5CX_pop()"); api_ctx_pushed = FALSE; }
}
-#endif
MPI_Barrier(MPI_COMM_WORLD);