Skip to content

Commit

Permalink
Fix rst syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyFzz committed Aug 9, 2024
1 parent c6caa71 commit 053b683
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Build and Run External Compression Plugins
SZ3
-----------------------------------


Build with CMake
-----------------------------------

Expand All @@ -22,22 +23,27 @@ Build with CMake
make
make install
Enable SZ3 in benchmark at runtime`
-----------------------------------
In order to make sure HDF5 can find the installed plugin and apply it to the datasets, you **must** either define the macro ``HDF5_PLUGIN_PATH`` using ``export HDF5_PLUGIN_PATH=.../SZ3/installer/lib64`` in every session or giving that as an input in the configuration JSON file and h5bench will set up for you:
.. code-block::

.. code-block:: json
"vol": {
"path": ".../SZ3/installer/lib64"
}
-----------------------------------
ZFP
-----------------------------------


Build with CMake
-----------------------------------
First, clone the ZFP GitHub repository and build ZFP

.. code-block:: bash
git clone https://github.com/LLNL/zfp.git
Expand All @@ -51,6 +57,7 @@ First, clone the ZFP GitHub repository and build ZFP
make install
Second, clone the H5Z-ZFP GitHub repository and build H5Z-ZFP

.. code-block:: bash
git clone https://github.com/LLNL/H5Z-ZFP.git
Expand All @@ -65,6 +72,7 @@ Second, clone the H5Z-ZFP GitHub repository and build H5Z-ZFP
make
make install
Enable ZFP in benchmark at runtime
-----------------------------------
You **must** either define the macro ``HDF5_PLUGIN_PATH`` using ``export HDF5_PLUGIN_PATH=.../H5Z-ZFP/installer/plugin`` in every session or giving that in the JSON file:
Expand Down

0 comments on commit 053b683

Please sign in to comment.