From 4cb865fc5938a303c197aedf46f90021e2f4b3d6 Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Thu, 1 Aug 2019 11:37:13 -0500 Subject: enabled commented-out code --- testpar/t_file.c | 5 +---- 1 file changed, 1 insertion(+), 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 ; ishared->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); -- cgit v0.12