Skip to content

Commit

Permalink
updated docs with feeback from Jim
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 13, 2020
1 parent 7bc20b4 commit 69e4178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flib/pio_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ module pio_types
double precision, public, parameter :: PIO_FILL_DOUBLE = nf_fill_double; !< double fill value

enum, bind(c)
enumerator :: PIO_rearr_comm_p2p = 0 !< rearranger peer to peer
enumerator :: PIO_rearr_comm_coll !< rearranger collective
enumerator :: PIO_rearr_comm_p2p = 0 !< do point-to-point communications using mpi send and recv calls.
enumerator :: PIO_rearr_comm_coll !< use the MPI_ALLTOALLW function of the mpi library
end enum

!>
Expand Down

0 comments on commit 69e4178

Please sign in to comment.