enthought / distarray

Default Repo description from terraform module
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Use MPI._typedict instead of MPI.__TypeDict__ #657

Closed sjperkins closed 6 years ago

sjperkins commented 8 years ago

In mpi4py/mpi4py@8fe8cfd39db3b9432365af22cca4dbd5d057f8ee mpi4py 2.0.0, MPI.__TypeDict__ was renamed to MPI._typedict. This change caters for the update.

I've also required mpi4py 2.0.0 in setup.py, but I'm not sure how strict you want to be with your version dependencies.

bgrant commented 8 years ago

Thanks for the PR @sjperkins. It looks like it fixed that MPI issue and revealed a (probably independent) parallel h5py issue. I'll try to take a look soon.