Partager via


MPI_Error_class fonction

Convertit un code d’erreur en classe d’erreur.

Syntaxe

int MPIAPI MPI_Error_class(
        int errorcode,
  _Out_ int *errorclass
);

Paramètres

  • code d’erreur
    Code d’erreur retourné par une routine MPI.

  • errorclass [out]
    Classe d’erreur associée à errorcode.

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_ERROR_CLASS(ERRORCODE, ERRORCLASS, IERROR)
        INTEGER ERRORCODE, ERRORCLASS, 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

Voir aussi

Fonctions de gestion MPI