Home
last modified time | relevance | path

Searched defs:PMPIR_Graph_create_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_create_f08ts.f906 subroutine PMPIR_Graph_create_f08(comm_old, nnodes, index, edges, reorder, comm_graph, ierror) subroutine
14 type(MPI_Comm), intent(in) :: comm_old
15 integer, intent(in) :: nnodes
16 integer, intent(in) :: index(nnodes)
17 integer, intent(in) :: edges(*)
18 logical, intent(in) :: reorder
19 type(MPI_Comm), intent(out) :: comm_graph
20 integer, optional, intent(out) :: ierror
22 integer(c_Comm) :: comm_old_c
46 end subroutine PMPIR_Graph_create_f08 argument