diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index d1dece42e..cbd1669fd 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -478,7 +478,7 @@ for OpenMC. Thus, the install process would proceed as follows: If you are using parallel HDF5, you'll also need to make sure the right MPI wrapper is used when installing h5py: -.. code-block:: +.. code-block:: sh CC= HDF5_MPI=ON HDF5_DIR= pip install --no-binary=h5py h5py diff --git a/openmc/deplete/results.py b/openmc/deplete/results.py index 52d3d0cc5..11191211c 100644 --- a/openmc/deplete/results.py +++ b/openmc/deplete/results.py @@ -216,8 +216,6 @@ class Results: for res in all_results: res._to_hdf5(handle, step, parallel=False) - - def _write_hdf5_metadata(self, handle): """Writes result metadata in HDF5 file