Skip to content

Commit

Permalink
fortran/use-mpi-f08: add CFI support for one sided operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ggouaillardet authored and jtronge committed Jul 30, 2024
1 parent 5da1e2e commit e05f6ce
Show file tree
Hide file tree
Showing 29 changed files with 5,922 additions and 45 deletions.
2 changes: 1 addition & 1 deletion ompi/mpi/fortran/use-mpi-f08/accumulate_f08.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subroutine MPI_Accumulate_f08(origin_addr,origin_count,origin_datatype,&
use :: mpi_f08_types, only : MPI_Datatype, MPI_Op, MPI_Win, MPI_ADDRESS_KIND
use :: ompi_mpifh_bindings, only : ompi_accumulate_f
implicit none
OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) OMPI_ASYNCHRONOUS :: origin_addr
OMPI_F08_IGNORE_TKR_TYPE, INTENT(IN) OMPI_ASYNCHRONOUS :: origin_addr
INTEGER, INTENT(IN) :: origin_count, target_rank, target_count
TYPE(MPI_Datatype), INTENT(IN) :: origin_datatype
INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: target_disp
Expand Down
Loading

0 comments on commit e05f6ce

Please sign in to comment.