mpi4py.MPI.Errhandler
- class mpi4py.MPI.Errhandler
Bases:
object
Error handler.
- static __new__(cls, errhandler=None)
- Parameters:
errhandler (Errhandler | None)
- Return type:
Methods Summary
Free
()Free an error handler.
f2py
(arg)free
()Call
Free
if not null.fromhandle
(handle)Create object from MPI handle.
py2f
()Attributes Summary
MPI handle.
Methods Documentation
- classmethod fromhandle(handle)
Create object from MPI handle.
- Parameters:
handle (int)
- Return type:
Attributes Documentation
- handle
MPI handle.