mpi4py.MPI.Exception¶
- exception mpi4py.MPI.Exception(ierr=SUCCESS)¶
Bases:
RuntimeError
Exception class
- Parameters:
ierr (int) –
- Return type:
Methods Summary
Error class
Error code
Error string
Attributes Summary
error class
error code
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