MPI_Error_class functie
Converteert een foutcode naar een foutklasse.
Syntaxis
int MPIAPI MPI_Error_class(
int errorcode,
_Out_ int *errorclass
);
Parameters
foutcode
Foutcode geretourneerd door een MPI-routine.errorclass [out]
Foutklasse die is gekoppeld aan foutcode.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_ERROR_CLASS(ERRORCODE, ERRORCLASS, IERROR)
INTEGER ERRORCODE, ERRORCLASS, IERROR
Vereisten
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package of HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliotheek |
Msmpi.lib |
DLL |
Msmpi.dll |