Skip to content

Commit

Permalink
Merge pull request ESMCI#1330 from NCAR/ejh_remove_use_only_mpi_scatter
Browse files Browse the repository at this point in the history
removed mpi_scatter from only clause of use statement, which causes gfortran/mpich to error
  • Loading branch information
edhartnett authored Feb 8, 2019
2 parents ddef8e9 + 4978d60 commit e090614
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 e090614

Please sign in to comment.