h5.archive.HDFArchiveInert
- class h5.archive.HDFArchiveInert[source]
A fake class for the node in MPI. It does nothing, but permits to write simply:
a = mpi.bcast(H['a']) # run on all nodes
__getitem__returns self so thatH['a']['b']is ok…__setitem__does nothing.
Methods
No-op placeholder; this class intentionally performs no I/O.