Home
last modified time | relevance | path

Searched defs:PMPIR_Graph_get_f08 (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 Dpgraph_get_f08ts.f906 subroutine PMPIR_Graph_get_f08(comm, maxindex, maxedges, index, edges, ierror) subroutine
14 type(MPI_Comm), intent(in) :: comm
15 integer, intent(in) :: maxindex
16 integer, intent(in) :: maxedges
17 integer, intent(out) :: index(maxindex)
41 end subroutine PMPIR_Graph_get_f08 argument