MPI_Graph_create

 Nazwa:

MPI_Graph_create - Tworzy nowy komunikator w topologii grafowej.

Wejściowe parametry:

comm_old - wejściowy komunikator bez topologii (handle);
nnodes - ilość węzłów w grafie (integer);
index - tablica typu integer określająca stopień węzła;
edges - tablica typu integer określająca stopień grafu;
reorder
- numery procesów mogą być przenumerowane (true) lub nie (false) (logical);

Wyjściowe parametry:

coom_graph - komunikator z nową topologią grafową (handle);

 Użycie:

#include "mpi.h"
int MPI_Graph_create ( comm_old, nnodes, index, edges, reorder, comm_graph ) MPI_Comm comm_old;
int nnodes;
int *index;
int *edges;
int reorder;
MPI_Comm *comm_graph;