mpi4py.MPI.Pickle¶
- class mpi4py.MPI.Pickle¶
Bases:
object
Pickle/unpickle Python objects.
Methods Summary
dumps
(obj)Serialize object to pickle data stream.
dumps_oob
(obj)Serialize object to pickle data stream and out-of-band buffers.
loads
(data)Deserialize object from pickle data stream.
loads_oob
(data, buffers)Deserialize object from pickle data stream and out-of-band buffers.
Attributes Summary
Protocol version.
Out-of-band threshold.
Methods Documentation
- dumps_oob(obj)¶
Serialize object to pickle data stream and out-of-band buffers.
- loads_oob(data, buffers)¶
Deserialize object from pickle data stream and out-of-band buffers.
Attributes Documentation
- PROTOCOL¶
Protocol version.
- THRESHOLD¶
Out-of-band threshold.