Skip to content
Snippets Groups Projects
Commit c6bb9b9b authored by Cyrille Bonamy's avatar Cyrille Bonamy
Browse files

update parallel h5py install doc

parent f14adef1
No related branches found
No related tags found
1 merge request!13debug parallel h5py write
......@@ -39,6 +39,14 @@
$ CC="mpicc" HDF5_MPI="ON" HDF5_DIR=/path/to/parallel-hdf5 pip install --no-deps --no-binary=h5py h5py
$ python -c 'import h5py; h5py.run_tests()'
In some cases you need to set C_INCLUDE_PATH variable before h5py
installation. For example on debian stretch :
.. code:: bash
$ export C_INCLUDE_PATH=/usr/include/openmpi/
$ CC="mpicc" HDF5_MPI="ON" HDF5_DIR=/path/to/parallel-hdf5 pip install --no-deps --no-binary=h5py h5py
See the `h5py documentation
<http://docs.h5py.org/en/latest/build.html>`_ for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment