Home
last modified time | relevance | path

Searched defs:PMPIR_Neighbor_alltoall_f08ts (Results 1 – 1 of 1) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dpneighbor_alltoall_f08ts.f906 subroutine PMPIR_Neighbor_alltoall_f08ts(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype… subroutine
15 type(*), dimension(..), intent(in) :: sendbuf
16 type(*), dimension(..) :: recvbuf
17 integer, intent(in) :: sendcount
18 integer, intent(in) :: recvcount
19 type(MPI_Datatype), intent(in) :: sendtype
20 type(MPI_Datatype), intent(in) :: recvtype
21 type(MPI_Comm), intent(in) :: comm
22 integer, optional, intent(out) :: ierror
46 end subroutine PMPIR_Neighbor_alltoall_f08ts argument