Skip to content

Commit

Permalink
Fix hdf5-mpi install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fankiat committed Jan 31, 2023
1 parent d225bf6 commit bc4cfc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install:
# uninstall serial h5py coming from sopht-backend
pip uninstall -y h5py
# install parallel h5py
HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py h5py
# HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py h5py
conda install -c conda-forge "h5py>=3.7=mpi*"
# install mpi4py-fft
pip install mpi4py-fft
# sadly pip ffmpeg doesnt work, hence we use conda for ffmpeg
Expand Down

0 comments on commit bc4cfc3

Please sign in to comment.