MPI_Graph_map-Funktion
Ordnet den Prozess Diagrammtopologieinformationen zu.
Syntax
int MPIAPI MPI_Graph_map(
MPI_Comm comm,
int nnodes,
_In_count_(nnodes) int *index,
_In_ int *edges,
_Out_ int *newrank
);
Parameter
comm
Eingabekommunikator.nnodes
Anzahl der Graphknoten.Index
Ganzzahliges Array, das die Graphstruktur angibt.Kanten [in]
Ganzzahliges Array, das die Graphstruktur angibt.newrank [out]
Neu sortierter Rang des aufrufenden Prozesses; MPI_UNDEFINED , wenn der aufrufende Prozess nicht zum Diagramm gehört.
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_MAP(COMM, NNODES, INDEX, EDGES, NEWRANK, IERROR)
INTEGER COMM, NNODES, INDEX(*), EDGES(*), NEWRANK, 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 |