MPI_Graph_neighbors-Funktion
Gibt die Nachbarn eines Knotens zurück, der einer Graphtopologie zugeordnet ist.
Syntax
int MPIAPI MPI_Graph_neighbors(
MPI_Comm comm,
int rank,
int maxneighbors,
_Out_cap_(maxneighbors) int *neighbors
);
Parameter
comm
Communicator mit Graphtopologie.rank
Rang des Prozesses in der Gruppe von comm.maxneighbors
Größe der Arraynachbarn.Nachbarn
Rangfolgen von Prozessen, die dem angegebenen Prozess gegenüber stehen.
Rückgabewert
Gibt MPI_SUCCESS nach Erfolg zurück. Andernfalls ist der Rückgabewert ein Fehlercode.
In Fortran wird der Rückgabewert im IERROR-Parameter gespeichert.
Fortran
MPI_GRAPH_NEIGHBORS(COMM, RANK, MAXNEIGHBORS, NEIGHBORS, IERROR)
INTEGER COMM, RANK, MAXNEIGHBORS, NEIGHBORS(*), IERROR
Anforderungen
Produkt |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package oder HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliothek |
Msmpi.lib |
DLL |
Msmpi.dll |