MPI_Graphdims_get fonction
Récupère les informations de topologie de graphe associées à un communicateur.
Syntaxe
int MPIAPI MPI_Graphdims_get(
MPI_Comm comm,
_Out_ int *nnodes,
_Out_ int *nedges
);
Paramètres
comm
Communicator pour groupe avec structure de graphe.nnodes [out]
Nombre de nœuds dans le graphique.nedges [out]
Nombre d’arêtes dans le graphique.
Valeur retournée
Retourne MPI_SUCCESS en cas de réussite. Sinon, la valeur de retour est un code d’erreur.
Dans Fortran, la valeur de retour est stockée dans le paramètre IERROR .
Fortran
MPI_GRAPHDIMS_GET(COMM, NNODES, NEDGES, IERROR)
INTEGER COMM, NNODES, NEDGES, IERROR
Configuration requise
Produit |
HpC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package ou HPC Pack 2008 Client Utilities |
En-tête |
Mpi.h ; Mpif.h |
Bibliothèque |
Msmpi.lib |
DLL |
Msmpi.dll |