Neutral Binding
MPI_ERROR_CLASS( errorcode, errorclass ) [ IN errorcode] Error code returned by an MPI routine [ OUT errorclass] Error class associated with errorcode
C Binding
int MPI_Error_class(int errorcode, int *errorclass)
FORTRAN Binding
MPI_ERROR_CLASS(ERRORCODE, ERRORCLASS, IERROR) INTEGER ERRORCODE, ERRORCLASS, IERROR
C++ Binding (in the MPI:: namespace)
int Get_error_class(int errorcode)
|
|