[This is preliminary documentation and is subject to change.]
Maps an MPI error code into an error class. Error classes describe (in general) what kind of
error occurred, and can be used to provide better information to the user. The MPI_ERR_* constants
give the various error classes present in MPI.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Error_class( int errorcode, out int errorclass ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Error_class ( _ errorcode As Integer, _ <OutAttribute> ByRef errorclass As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Error_class( int errorcode, [OutAttribute] int% errorclass ) |
Parameters
- errorcode
- Type: System..::.Int32
The error code returned from MPI.
- errorclass
- Type:
System..::.Int32
%
Set to the error class