Skip to content

Commit

Permalink
fixed some warnings in pio_decomp_frame_tests.F90.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 25, 2019
1 parent 85c7a4c commit ad0c193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/general/pio_decomp_frame_tests.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_write_read_4d_col_decomp
PIO_TF_FC_DATA_TYPE, dimension(:,:,:,:), allocatable :: rbuf, wbuf, exp_val
integer, dimension(NDIMS-1) :: dims
integer, dimension(NDIMS) :: pio_dims
integer :: i, j, k, tmp_idx, ierr, lsz, nrows, ncols, nhgts
integer :: i, j, k, tmp_idx, ierr, nrows, ncols, nhgts
integer(kind=pio_offset_kind) :: f
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
Expand Down Expand Up @@ -244,7 +244,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_reuse_3d_decomp
PIO_TF_FC_DATA_TYPE, dimension(:,:,:), allocatable :: rbuf3d, wbuf3d, exp_val3d
integer, dimension(NDIMS-1) :: dims
integer, dimension(NDIMS) :: pio_dims
integer :: i, j, k, tmp_idx, ierr, lsz, nrows, ncols, nhgts
integer :: i, j, k, tmp_idx, ierr, nrows, ncols, nhgts
integer(kind=pio_offset_kind) :: f
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
Expand Down Expand Up @@ -434,7 +434,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_test_limited_time_dim
PIO_TF_FC_DATA_TYPE, dimension(:,:,:,:), allocatable :: rbuf, wbuf, exp_val
integer, dimension(NDIMS-1) :: dims
integer, dimension(NDIMS) :: pio_dims
integer :: i, j, k, tmp_idx, ierr, lsz, nrows, ncols, nhgts
integer :: i, j, k, tmp_idx, ierr, nrows, ncols, nhgts
integer(kind=pio_offset_kind) :: f
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
Expand Down

0 comments on commit ad0c193

Please sign in to comment.