Home
last modified time | relevance | path

Searched defs:PMPIR_Bsend_init_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 Dpbsend_init_f08ts.f906 subroutine PMPIR_Bsend_init_f08ts(buf, count, datatype, dest, tag, comm, request, ierror) subroutine
14 type(*), dimension(..) :: buf
15 integer, intent(in) :: count
16 integer, intent(in) :: dest
17 integer, intent(in) :: tag
18 type(MPI_Datatype), intent(in) :: datatype
19 type(MPI_Comm), intent(in) :: comm
20 type(MPI_Request), intent(out) :: request
21 integer, optional, intent(out) :: ierror
45 end subroutine PMPIR_Bsend_init_f08ts argument