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