mpi4py.MPI.Exception

exception mpi4py.MPI.Exception(ierr=SUCCESS)

Bases: RuntimeError

Exception class

Parameters

ierr (int) –

Return type

Exception

static __new__(cls, ierr=SUCCESS)
Parameters

ierr (int) –

Return type

Exception

Methods Summary

Get_error_class()

Error class

Get_error_code()

Error code

Get_error_string()

Error string

Attributes Summary

error_class

error class

error_code

error code

error_string

error string

Methods Documentation

Get_error_class()

Error class

Return type

int

Get_error_code()

Error code

Return type

int

Get_error_string()

Error string

Return type

str

Attributes Documentation

error_class

error class

error_code

error code

error_string

error string