Function mpi_sys::MPI_Graph_create
[−]
[src]
pub unsafe extern "C" fn MPI_Graph_create(
comm_old: MPI_Comm,
nnodes: c_int,
indx: *const c_int,
edges: *const c_int,
reorder: c_int,
comm_graph: *mut MPI_Comm
) -> c_int