From b0649bac26c3fbe6aa0c76cd761715b0235eaf26 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 8 Jul 2019 07:41:41 -0600 Subject: [PATCH] further test development --- tests/fncint/ftst_pio.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fncint/ftst_pio.f90 b/tests/fncint/ftst_pio.f90 index efdb30b9405..fce640a994a 100644 --- a/tests/fncint/ftst_pio.f90 +++ b/tests/fncint/ftst_pio.f90 @@ -15,6 +15,7 @@ program ftst_pio call MPI_Comm_rank(MPI_COMM_WORLD, myRank, ierr) call MPI_Comm_size(MPI_COMM_WORLD, ntasks, ierr) + ierr = pio_set_log_level(1) call PIO_init(myRank, MPI_COMM_WORLD, niotasks, numAggregator, & stride, PIO_rearr_subset, ioSystem, base)