Function MPI_Graph_map

Source
pub unsafe extern "C" fn MPI_Graph_map(
    comm: *mut ompi_communicator_t,
    nnodes: i32,
    index: *const i32,
    edges: *const i32,
    newrank: *mut i32,
) -> i32