You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that should fix things. if you're using conda, and get the error AttributeError: 'h5py.h5p.PropFAID' object has no attribute 'set_fapl_mpio' an additional step is:
conda install -c conda-forge "h5py>=2.9=mpi*"
The text was updated successfully, but these errors were encountered:
bhaprayan
changed the title
installing dependencies (MPI /w H5py)
installing dependencies (MPI /w h5py)
Aug 11, 2020
opening this issue for reference. i had to jump through some hurdles while trying to set up the dependencies for the repo.
to use MPI /w HDF5 follow this: https://docs.h5py.org/en/stable/mpi.html
that should fix things. if you're using conda, and get the error
AttributeError: 'h5py.h5p.PropFAID' object has no attribute 'set_fapl_mpio'
an additional step is:conda install -c conda-forge "h5py>=2.9=mpi*"
The text was updated successfully, but these errors were encountered: