Skip to content

Commit

Permalink
removed mpi_scatter from only clause of use statement, which causes g…
Browse files Browse the repository at this point in the history
…fortran to error
  • Loading branch information
edhartnett committed Feb 6, 2019
1 parent d77683e commit 4978d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/pio_decomp_tests_1d.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ PIO_TF_AUTO_TEST_SUB_END nc_wr_1d_bc_with_holes

PIO_TF_TEMPLATE<PIO_TF_PREDEF_TYPENAME PIO_TF_DATA_TYPE, PIO_TF_PREDEF_TYPENAME PIO_TF_FC_DATA_TYPE>
PIO_TF_AUTO_TEST_SUB_BEGIN nc_wr_1d_bc_random
use mpi, only : MPI_INT, MPI_SCATTER
use mpi, only : MPI_INT
implicit none
type(var_desc_t) :: pio_var1, pio_var2
type(file_desc_t) :: pio_file
Expand Down

0 comments on commit 4978d60

Please sign in to comment.