Skip to content

Commit

Permalink
Closes #105 by updating build instruction for MacOS (#106)
Browse files Browse the repository at this point in the history
* Update build instruction for MacOS

Update build instruction for MacOS when using the HDF5 package from brew.

* Update buildinstructions.rst
  • Loading branch information
jeanbez authored Jul 11, 2023
1 parent 60bba49 commit 40de21b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/buildinstructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ For instance, on the Perlmutter system at NERSC:
You can also load any parallel HDF5 provided on your system, and you are good to go.

.. warning::

If you are using ``brew install hdf5-mpi`` in MacOS to install HDF5 with parallel support, make sure you export the installation path so h5bench can correctly detect the dependency:

.. code-block:: bash
export HDF5_HOME="$(brew --prefix hdf5-mpi)"
+++++++++++++++++++++++++++++++++
Use your own installed HDF5
+++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 40de21b

Please sign in to comment.