MPI_Graphdims_get-Funktion
Ruft Diagrammtopologieinformationen ab, die einem Communicator zugeordnet sind.
Syntax
int MPIAPI MPI_Graphdims_get(
MPI_Comm comm,
_Out_ int *nnodes,
_Out_ int *nedges
);
Parameter
comm
Communicator für Gruppe mit Graphstruktur.nnodes [out]
Anzahl der Knoten im Diagramm.nedges [out]
Anzahl der Kanten im Diagramm.
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_GRAPHDIMS_GET(COMM, NNODES, NEDGES, IERROR)
INTEGER COMM, NNODES, NEDGES, 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 |