Skip to content

Commit

Permalink
fixed warnings in pio_decomp_tests.F90.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 25, 2019
1 parent 3b1b0b0 commit 4e08185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/general/pio_decomp_tests.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_write_1d_darray
PIO_TF_FC_DATA_TYPE, dimension(VEC_LOCAL_SZ) :: buf
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down Expand Up @@ -117,7 +117,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_wr_1d_const_buf_sz
PIO_TF_FC_DATA_TYPE, dimension(MAX_VEC_SZ) :: wbuf, rbuf
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down Expand Up @@ -207,7 +207,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_write_1d_reuse_decomp
PIO_TF_FC_DATA_TYPE, dimension(VEC_LOCAL_SZ) :: buf, rbuf
integer, dimension(1) :: dims
integer :: pio_dim_file1, pio_dim_file2
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down

0 comments on commit 4e08185

Please sign in to comment.