Home
last modified time | relevance | path

Searched defs:PMPIR_Send_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 Dpsend_f08ts.f906 subroutine PMPIR_Send_f08ts(buf, count, datatype, dest, tag, comm, ierror) subroutine
14 type(*), dimension(..), intent(in) :: buf
15 integer, intent(in) :: count
16 integer, intent(in) :: dest
17 integer, intent(in) :: tag
18 type(MPI_Datatype), intent(in) :: datatype
42 end subroutine PMPIR_Send_f08ts argument