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 that H['a']['b'] is ok…

  • __setitem__ does nothing.

Methods

HDFArchive_Inert()

No-op placeholder; this class intentionally performs no I/O.